Shades of Blue Chill #408890
Tints of Blue Chill #408890
RGB
CMYK
RGB Variations
Color information
#408890 (or 0x408890) is known color: Blue Chill. HEX triplet: 40, 88 and 90. RGB value is (64,136,144). Sum of RGB (Red+Green+Blue) = 64+136+144=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 144 - color contains mainly: blue. Hex color #408890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408890 is #BF776F. Grayscale: #737373. Windows color (decimal): -12547952 or 9472064. OLE color: 9472064.
HSL color Cylindrical-coordinate representation of color #408890: hue angle of 186º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #408890 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 136 | 144 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.44 |
| HSL | 186º | 0.38% | 0.41% | - |
| HSV(B) | 186º | 0.56% | 0.56% | - |
| XYZ | 15.95 | 20.71 | 29.54 | - |
| YUV | 115.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 144 | 0.56 | 0.06 | 0 | 0.44 | 186 | 0.38 | 0.41 |
| Hex | 40 | 88 | 90 | 38 | 6 | 0 | 2C | BA | 26 | 29 |
| Octal | 100 | 210 | 220 | 70 | 6 | 0 | 54 | 272 | 46 | 51 |
| Binary | 1000000 | 10001000 | 10010000 | 111000 | 110 | 0 | 101100 | 10111010 | 100110 | 101001 |
Color Harmonies of #408890
Complementary color
Monochromatic Colors of #408890
Black with #408890
Text Example
Text Example
White with #408890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408890; }
p { color: rgb(64,136,144); }
H1.HeaderClassName
{
color: #408890;
}
.AnyTagClassName
{
color: #408890;
}
</style>
background-color css
<style>
a { background-color: #408890; }
a { background-color: rgb(64,136,144); }
div.DivClassName
{
background-color: #408890;
}
.BgClassName
{
background-color: #408890;
}
</style>
border-color css
<style>
span { border-color: #408890; }
span { border-color: rgb(64,136,144); }
td.TdClassName
{
border-color: #408890;
}
.TagClassName
{
border-color: #408890;
}
</style>