Shades of Blue Chill #418988
Tints of Blue Chill #418988
RGB
CMYK
RGB Variations
Color information
#418988 (or 0x418988) is known color: Blue Chill. HEX triplet: 41, 89 and 88. RGB value is (65,137,136). Sum of RGB (Red+Green+Blue) = 65+137+136=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #418988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418988 is #BE7677. Grayscale: #737373. Windows color (decimal): -12482168 or 8948033. OLE color: 8948033.
HSL color Cylindrical-coordinate representation of color #418988: hue angle of 179.17º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418988 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 136 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.46 |
| HSL | 179.17º | 0.36% | 0.4% | - |
| HSV(B) | 179.17º | 0.53% | 0.54% | - |
| XYZ | 15.57 | 20.79 | 26.49 | - |
| YUV | 115.36 | 139.65 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 136 | 0.53 | 0 | 0.01 | 0.46 | 179.17 | 0.36 | 0.4 |
| Hex | 41 | 89 | 88 | 35 | 0 | 1 | 2E | B3 | 24 | 28 |
| Octal | 101 | 211 | 210 | 65 | 0 | 1 | 56 | 263 | 44 | 50 |
| Binary | 1000001 | 10001001 | 10001000 | 110101 | 0 | 1 | 101110 | 10110011 | 100100 | 101000 |
Color Harmonies of #418988
Complementary color
Monochromatic Colors of #418988
Black with #418988
Text Example
Text Example
White with #418988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418988; }
p { color: rgb(65,137,136); }
H1.HeaderClassName
{
color: #418988;
}
.AnyTagClassName
{
color: #418988;
}
</style>
background-color css
<style>
a { background-color: #418988; }
a { background-color: rgb(65,137,136); }
div.DivClassName
{
background-color: #418988;
}
.BgClassName
{
background-color: #418988;
}
</style>
border-color css
<style>
span { border-color: #418988; }
span { border-color: rgb(65,137,136); }
td.TdClassName
{
border-color: #418988;
}
.TagClassName
{
border-color: #418988;
}
</style>