Shades of Blue Chill #418991
Tints of Blue Chill #418991
RGB
CMYK
RGB Variations
Color information
#418991 (or 0x418991) is known color: Blue Chill. HEX triplet: 41, 89 and 91. RGB value is (65,137,145). Sum of RGB (Red+Green+Blue) = 65+137+145=347 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.73% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #418991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418991 is #BE766E. Grayscale: #747474. Windows color (decimal): -12482159 or 9537857. OLE color: 9537857.
HSL color Cylindrical-coordinate representation of color #418991: hue angle of 186º 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 #418991 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 137 | 145 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.43 |
| HSL | 186º | 0.38% | 0.41% | - |
| HSV(B) | 186º | 0.55% | 0.57% | - |
| XYZ | 16.24 | 21.06 | 30 | - |
| YUV | 116.38 | 144.15 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 145 | 0.55 | 0.06 | 0 | 0.43 | 186 | 0.38 | 0.41 |
| Hex | 41 | 89 | 91 | 37 | 6 | 0 | 2B | BA | 26 | 29 |
| Octal | 101 | 211 | 221 | 67 | 6 | 0 | 53 | 272 | 46 | 51 |
| Binary | 1000001 | 10001001 | 10010001 | 110111 | 110 | 0 | 101011 | 10111010 | 100110 | 101001 |
Color Harmonies of #418991
Complementary color
Monochromatic Colors of #418991
Black with #418991
Text Example
Text Example
White with #418991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418991; }
p { color: rgb(65,137,145); }
H1.HeaderClassName
{
color: #418991;
}
.AnyTagClassName
{
color: #418991;
}
</style>
background-color css
<style>
a { background-color: #418991; }
a { background-color: rgb(65,137,145); }
div.DivClassName
{
background-color: #418991;
}
.BgClassName
{
background-color: #418991;
}
</style>
border-color css
<style>
span { border-color: #418991; }
span { border-color: rgb(65,137,145); }
td.TdClassName
{
border-color: #418991;
}
.TagClassName
{
border-color: #418991;
}
</style>