Shades of Blue Chill #418986
Tints of Blue Chill #418986
RGB
CMYK
RGB Variations
Color information
#418986 (or 0x418986) is known color: Blue Chill. HEX triplet: 41, 89 and 86. RGB value is (65,137,134). Sum of RGB (Red+Green+Blue) = 65+137+134=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 137 (53.91% from 255 or 40.77% from 336); Blue value is 134 (52.73% from 255 or 39.88% from 336); Max value from RGB is 137 - color contains mainly: green. Hex color #418986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418986 is #BE7679. Grayscale: #737373. Windows color (decimal): -12482170 or 8816961. OLE color: 8816961.
HSL color Cylindrical-coordinate representation of color #418986: hue angle of 177.5º 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 #418986 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 65 | 137 | 134 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.46 |
| HSL | 177.5º | 0.36% | 0.4% | - |
| HSV(B) | 177.5º | 0.53% | 0.54% | - |
| XYZ | 15.43 | 20.74 | 25.74 | - |
| YUV | 115.13 | 138.65 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 134 | 0.53 | 0 | 0.02 | 0.46 | 177.5 | 0.36 | 0.4 |
| Hex | 41 | 89 | 86 | 35 | 0 | 2 | 2E | B2 | 24 | 28 |
| Octal | 101 | 211 | 206 | 65 | 0 | 2 | 56 | 262 | 44 | 50 |
| Binary | 1000001 | 10001001 | 10000110 | 110101 | 0 | 10 | 101110 | 10110010 | 100100 | 101000 |
Color Harmonies of #418986
Complementary color
Monochromatic Colors of #418986
Black with #418986
Text Example
Text Example
White with #418986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418986; }
p { color: rgb(65,137,134); }
H1.HeaderClassName
{
color: #418986;
}
.AnyTagClassName
{
color: #418986;
}
</style>
background-color css
<style>
a { background-color: #418986; }
a { background-color: rgb(65,137,134); }
div.DivClassName
{
background-color: #418986;
}
.BgClassName
{
background-color: #418986;
}
</style>
border-color css
<style>
span { border-color: #418986; }
span { border-color: rgb(65,137,134); }
td.TdClassName
{
border-color: #418986;
}
.TagClassName
{
border-color: #418986;
}
</style>