Shades of Blue Chill #418B89
Tints of Blue Chill #418B89
RGB
CMYK
RGB Variations
Color information
#418B89 (or 0x418B89) is known color: Blue Chill. HEX triplet: 41, 8B and 89. RGB value is (65,139,137). Sum of RGB (Red+Green+Blue) = 65+139+137=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #418B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418B89 is #BE7476. Grayscale: #747474. Windows color (decimal): -12481655 or 9014081. OLE color: 9014081.
HSL color Cylindrical-coordinate representation of color #418B89: hue angle of 178.38º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B89 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 137 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.45 |
| HSL | 178.38º | 0.36% | 0.4% | - |
| HSV(B) | 178.38º | 0.53% | 0.55% | - |
| XYZ | 15.93 | 21.4 | 26.96 | - |
| YUV | 116.65 | 139.48 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 137 | 0.53 | 0 | 0.01 | 0.45 | 178.38 | 0.36 | 0.4 |
| Hex | 41 | 8B | 89 | 35 | 0 | 1 | 2D | B2 | 24 | 28 |
| Octal | 101 | 213 | 211 | 65 | 0 | 1 | 55 | 262 | 44 | 50 |
| Binary | 1000001 | 10001011 | 10001001 | 110101 | 0 | 1 | 101101 | 10110010 | 100100 | 101000 |
Color Harmonies of #418B89
Complementary color
Monochromatic Colors of #418B89
Black with #418B89
Text Example
Text Example
White with #418B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B89; }
p { color: rgb(65,139,137); }
H1.HeaderClassName
{
color: #418B89;
}
.AnyTagClassName
{
color: #418B89;
}
</style>
background-color css
<style>
a { background-color: #418B89; }
a { background-color: rgb(65,139,137); }
div.DivClassName
{
background-color: #418B89;
}
.BgClassName
{
background-color: #418B89;
}
</style>
border-color css
<style>
span { border-color: #418B89; }
span { border-color: rgb(65,139,137); }
td.TdClassName
{
border-color: #418B89;
}
.TagClassName
{
border-color: #418B89;
}
</style>