Shades of Blue Chill #418885
Tints of Blue Chill #418885
RGB
CMYK
RGB Variations
Color information
#418885 (or 0x418885) is known color: Blue Chill. HEX triplet: 41, 88 and 85. RGB value is (65,136,133). Sum of RGB (Red+Green+Blue) = 65+136+133=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #418885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418885 is #BE777A. Grayscale: #727272. Windows color (decimal): -12482427 or 8751169. OLE color: 8751169.
HSL color Cylindrical-coordinate representation of color #418885: hue angle of 177.46º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418885 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 65 | 136 | 133 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.47 |
| HSL | 177.46º | 0.35% | 0.39% | - |
| HSV(B) | 177.46º | 0.52% | 0.53% | - |
| XYZ | 15.22 | 20.43 | 25.33 | - |
| YUV | 114.43 | 138.48 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 133 | 0.52 | 0 | 0.02 | 0.47 | 177.46 | 0.35 | 0.39 |
| Hex | 41 | 88 | 85 | 34 | 0 | 2 | 2F | B1 | 23 | 27 |
| Octal | 101 | 210 | 205 | 64 | 0 | 2 | 57 | 261 | 43 | 47 |
| Binary | 1000001 | 10001000 | 10000101 | 110100 | 0 | 10 | 101111 | 10110001 | 100011 | 100111 |
Color Harmonies of #418885
Complementary color
Monochromatic Colors of #418885
Black with #418885
Text Example
Text Example
White with #418885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418885; }
p { color: rgb(65,136,133); }
H1.HeaderClassName
{
color: #418885;
}
.AnyTagClassName
{
color: #418885;
}
</style>
background-color css
<style>
a { background-color: #418885; }
a { background-color: rgb(65,136,133); }
div.DivClassName
{
background-color: #418885;
}
.BgClassName
{
background-color: #418885;
}
</style>
border-color css
<style>
span { border-color: #418885; }
span { border-color: rgb(65,136,133); }
td.TdClassName
{
border-color: #418885;
}
.TagClassName
{
border-color: #418885;
}
</style>