Shades of Blue Chill #408885
Tints of Blue Chill #408885
RGB
CMYK
RGB Variations
Color information
#408885 (or 0x408885) is known color: Blue Chill. HEX triplet: 40, 88 and 85. RGB value is (64,136,133). Sum of RGB (Red+Green+Blue) = 64+136+133=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #408885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408885 is #BF777A. Grayscale: #727272. Windows color (decimal): -12547963 or 8751168. OLE color: 8751168.
HSL color Cylindrical-coordinate representation of color #408885: hue angle of 177.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #408885 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 136 | 133 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.47 |
| HSL | 177.5º | 0.36% | 0.39% | - |
| HSV(B) | 177.5º | 0.53% | 0.53% | - |
| XYZ | 15.15 | 20.39 | 25.33 | - |
| YUV | 114.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 133 | 0.53 | 0 | 0.02 | 0.47 | 177.5 | 0.36 | 0.39 |
| Hex | 40 | 88 | 85 | 35 | 0 | 2 | 2F | B2 | 24 | 27 |
| Octal | 100 | 210 | 205 | 65 | 0 | 2 | 57 | 262 | 44 | 47 |
| Binary | 1000000 | 10001000 | 10000101 | 110101 | 0 | 10 | 101111 | 10110010 | 100100 | 100111 |
Color Harmonies of #408885
Complementary color
Monochromatic Colors of #408885
Black with #408885
Text Example
Text Example
White with #408885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408885; }
p { color: rgb(64,136,133); }
H1.HeaderClassName
{
color: #408885;
}
.AnyTagClassName
{
color: #408885;
}
</style>
background-color css
<style>
a { background-color: #408885; }
a { background-color: rgb(64,136,133); }
div.DivClassName
{
background-color: #408885;
}
.BgClassName
{
background-color: #408885;
}
</style>
border-color css
<style>
span { border-color: #408885; }
span { border-color: rgb(64,136,133); }
td.TdClassName
{
border-color: #408885;
}
.TagClassName
{
border-color: #408885;
}
</style>