Shades of Blue Chill #408891
Tints of Blue Chill #408891
RGB
CMYK
RGB Variations
Color information
#408891 (or 0x408891) is known color: Blue Chill. HEX triplet: 40, 88 and 91. RGB value is (64,136,145). Sum of RGB (Red+Green+Blue) = 64+136+145=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #408891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408891 is #BF776E. Grayscale: #737373. Windows color (decimal): -12547951 or 9537600. OLE color: 9537600.
HSL color Cylindrical-coordinate representation of color #408891: hue angle of 186.67º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408891 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 136 | 145 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.43 |
| HSL | 186.67º | 0.39% | 0.41% | - |
| HSV(B) | 186.67º | 0.56% | 0.57% | - |
| XYZ | 16.03 | 20.74 | 29.95 | - |
| YUV | 115.5 | 144.65 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 145 | 0.56 | 0.06 | 0 | 0.43 | 186.67 | 0.39 | 0.41 |
| Hex | 40 | 88 | 91 | 38 | 6 | 0 | 2B | BB | 27 | 29 |
| Octal | 100 | 210 | 221 | 70 | 6 | 0 | 53 | 273 | 47 | 51 |
| Binary | 1000000 | 10001000 | 10010001 | 111000 | 110 | 0 | 101011 | 10111011 | 100111 | 101001 |
Color Harmonies of #408891
Complementary color
Monochromatic Colors of #408891
Black with #408891
Text Example
Text Example
White with #408891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408891; }
p { color: rgb(64,136,145); }
H1.HeaderClassName
{
color: #408891;
}
.AnyTagClassName
{
color: #408891;
}
</style>
background-color css
<style>
a { background-color: #408891; }
a { background-color: rgb(64,136,145); }
div.DivClassName
{
background-color: #408891;
}
.BgClassName
{
background-color: #408891;
}
</style>
border-color css
<style>
span { border-color: #408891; }
span { border-color: rgb(64,136,145); }
td.TdClassName
{
border-color: #408891;
}
.TagClassName
{
border-color: #408891;
}
</style>