Shades of Blue Chill #418990
Tints of Blue Chill #418990
RGB
CMYK
RGB Variations
Color information
#418990 (or 0x418990) is known color: Blue Chill. HEX triplet: 41, 89 and 90. RGB value is (65,137,144). Sum of RGB (Red+Green+Blue) = 65+137+144=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 137 (53.91% from 255 or 39.60% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 144 - color contains mainly: blue. Hex color #418990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418990 is #BE766F. Grayscale: #747474. Windows color (decimal): -12482160 or 9472321. OLE color: 9472321.
HSL color Cylindrical-coordinate representation of color #418990: hue angle of 185.32º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418990 is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 137 | 144 | - |
| CMYK | 0.55 | 0.05 | 0 | 0.44 |
| HSL | 185.32º | 0.38% | 0.41% | - |
| HSV(B) | 185.32º | 0.55% | 0.56% | - |
| XYZ | 16.16 | 21.03 | 29.59 | - |
| YUV | 116.27 | 143.65 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 137 | 144 | 0.55 | 0.05 | 0 | 0.44 | 185.32 | 0.38 | 0.41 |
| Hex | 41 | 89 | 90 | 37 | 5 | 0 | 2C | B9 | 26 | 29 |
| Octal | 101 | 211 | 220 | 67 | 5 | 0 | 54 | 271 | 46 | 51 |
| Binary | 1000001 | 10001001 | 10010000 | 110111 | 101 | 0 | 101100 | 10111001 | 100110 | 101001 |
Color Harmonies of #418990
Complementary color
Monochromatic Colors of #418990
Black with #418990
Text Example
Text Example
White with #418990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418990; }
p { color: rgb(65,137,144); }
H1.HeaderClassName
{
color: #418990;
}
.AnyTagClassName
{
color: #418990;
}
</style>
background-color css
<style>
a { background-color: #418990; }
a { background-color: rgb(65,137,144); }
div.DivClassName
{
background-color: #418990;
}
.BgClassName
{
background-color: #418990;
}
</style>
border-color css
<style>
span { border-color: #418990; }
span { border-color: rgb(65,137,144); }
td.TdClassName
{
border-color: #418990;
}
.TagClassName
{
border-color: #418990;
}
</style>