Shades of Blue Chill #418892
Tints of Blue Chill #418892
RGB
CMYK
RGB Variations
Color information
#418892 (or 0x418892) is known color: Blue Chill. HEX triplet: 41, 88 and 92. RGB value is (65,136,146). Sum of RGB (Red+Green+Blue) = 65+136+146=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: blue. Hex color #418892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418892 is #BE776D. Grayscale: #737373. Windows color (decimal): -12482414 or 9603137. OLE color: 9603137.
HSL color Cylindrical-coordinate representation of color #418892: hue angle of 187.41º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418892 is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 136 | 146 | - |
| CMYK | 0.55 | 0.07 | 0 | 0.43 |
| HSL | 187.41º | 0.38% | 0.41% | - |
| HSV(B) | 187.41º | 0.55% | 0.57% | - |
| XYZ | 16.17 | 20.81 | 30.36 | - |
| YUV | 115.91 | 144.98 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 146 | 0.55 | 0.07 | 0 | 0.43 | 187.41 | 0.38 | 0.41 |
| Hex | 41 | 88 | 92 | 37 | 7 | 0 | 2B | BB | 26 | 29 |
| Octal | 101 | 210 | 222 | 67 | 7 | 0 | 53 | 273 | 46 | 51 |
| Binary | 1000001 | 10001000 | 10010010 | 110111 | 111 | 0 | 101011 | 10111011 | 100110 | 101001 |
Color Harmonies of #418892
Complementary color
Monochromatic Colors of #418892
Black with #418892
Text Example
Text Example
White with #418892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418892; }
p { color: rgb(65,136,146); }
H1.HeaderClassName
{
color: #418892;
}
.AnyTagClassName
{
color: #418892;
}
</style>
background-color css
<style>
a { background-color: #418892; }
a { background-color: rgb(65,136,146); }
div.DivClassName
{
background-color: #418892;
}
.BgClassName
{
background-color: #418892;
}
</style>
border-color css
<style>
span { border-color: #418892; }
span { border-color: rgb(65,136,146); }
td.TdClassName
{
border-color: #418892;
}
.TagClassName
{
border-color: #418892;
}
</style>