crispedge.com

Color picker

Loading...

#42889c hex color - Blue - Cool color - Information

#42889c hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #42889c Color code in RGB color code model is created after adding 25.88% red color, 53.33% green color and 61.18% blue color. Hex #42889c Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 13% magenta, 0% yellow and 39% black.

Hex #42889c color code is between #447799 web safe hex color code and #3399aa web safe hex color code. #447799 is the nearest web safe color code. You can see here many more shades of #42889c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code42889c#42889c
RGB Decimal66, 136, 156rgb(66, 136, 156)
RGB Percent26%, 53%, 61%rgb(26%, 53%, 61%)
CSS RGBa66, 136, 156,1rgba(66,136,156,1)
CMYK Modelcmyk(58%,13%,0%,39%)
HSL Color Space193,41% ,44%hsl(193,41% ,44%)
HSV Color Space193°, 58%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000101000100010011100
Octal102210234
Decimal66136156
Hex42889c

Different shades of #42889c color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #42889c
#58a3b9
Dark Shade of #42889c
#336978
Saturated Shade of #42889c
#378ea7
Desaturated Shade of #42889c
#4d8291
Grey scale Shade of #42889c
#6f6f6f
Brighten Shade
#5ba1b5
Most Readable Shade
#FFFFFF

Shades of #42889c color code

Generate more color scales with scales (color stack) generator.

#42889c
#3a788a
#336979
#2c5a68
#244b56
#1d3c45
#162d34
#0e1e22
#070f11
#000000

Similar Color like #42889c color

Find visually similar hex color codes nearing to #42889c hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#43899d
#448a9e
#458b9f
#468ca0
#478da1
#488ea2
#498fa3
#4a90a4
#4b91a5
#4c92a6
#4d93a7
#4e94a8
#4f95a9
#5096aa
#41879b
#40869a
#3f8599
#3e8498
#3d8397
#3c8296
#3b8195
#3a8094
#397f93
#387e92
#377d91
#367c90
#357b8f
#347a8e

Monochromatic Color with #42889c

#42889c
#54adc6
#66d2f1
#0c191c
#1e3e47
#306371

Tints of #42889c Color

#42889c
#5795a7
#6ca2b2
#81afbd
#96bcc8
#abcad3
#c0d7de
#d5e4e9
#eaf1f4
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#42889c
#9c5642

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#42889c
#9c425b
#9c8342

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#429c8c
#429a9c
#42889c
#42769c
#42649c

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#42889c
#9c4288
#889c42

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#42889c
#83429c
#9c5642
#5b9c42

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#42889c
#9c5642
#9c8342
#425b9c

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #42889c Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#42889c Color Code Preview on Black Background Color

This is how #42889c Color will look on black background color. Color contrast ratio is 5.23

#42889c in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#42889c">Your Example Paragraph content text in with font color #42889c </p>

Your Example Paragraph content text in with font color #42889c

HTML with inline CSS

<div style="color:#42889c">Your Paragraph text in with font color #42889c </div>

Your Example Paragraph content text in with font color #42889c

#42889c color code is use for CSS Background Color

Background color for the above div is #42889c

HTML with inline CSS

<div style="background-color:#42889c;"></div>

#42889c color code is use for CSS Border Color

CSS Border color for the above div is #42889c

HTML with inline CSS

<div style="border:5px solid #42889c;"></div>

CSS Border Left color for the above div is #42889c

HTML with inline CSS

<div style="border-left:5px solid #42889c;"></div>

CSS Border Right color for the above div is #42889c

HTML with inline CSS

<div style="border-right:5px solid #42889c;"></div>

CSS Border Bottom color for the above div is #42889c

HTML with inline CSS

<div style="border-bottom:5px solid #42889c;"></div>

CSS Border Top color for the above div is #42889c

HTML with inline CSS

<div style="border-top:5px solid #42889c;"></div>

#42889c hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#42889c; } .examplecolorclass {color:#42889c; } .examplebordercolor {border:3px solid #42889c; }

#42889c Color code Preview on White Background

This is how #42889c Color code will look on white background color. Color contrast ratio is 4.01

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #42889c; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #42889c; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(66,136,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,86,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,136,156,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.