Shades of Blue Chill #419090
Tints of Blue Chill #419090
RGB
CMYK
RGB Variations
Color information
#419090 (or 0x419090) is known color: Blue Chill. HEX triplet: 41, 90 and 90. RGB value is (65,144,144). Sum of RGB (Red+Green+Blue) = 65+144+144=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #419090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419090 is #BE6F6F. Grayscale: #787878. Windows color (decimal): -12480368 or 9474113. OLE color: 9474113.
HSL color Cylindrical-coordinate representation of color #419090: hue angle of 180º 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 #419090 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 144 | 144 | - |
| CMYK | 0.55 | 0 | 0 | 0.44 |
| HSL | 180º | 0.38% | 0.41% | - |
| HSV(B) | 180º | 0.55% | 0.56% | - |
| XYZ | 17.19 | 23.08 | 29.94 | - |
| YUV | 120.38 | 141.33 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 144 | 144 | 0.55 | 0 | 0 | 0.44 | 180 | 0.38 | 0.41 |
| Hex | 41 | 90 | 90 | 37 | 0 | 0 | 2C | B4 | 26 | 29 |
| Octal | 101 | 220 | 220 | 67 | 0 | 0 | 54 | 264 | 46 | 51 |
| Binary | 1000001 | 10010000 | 10010000 | 110111 | 0 | 0 | 101100 | 10110100 | 100110 | 101001 |
Color Harmonies of #419090
Complementary color
Monochromatic Colors of #419090
Black with #419090
Text Example
Text Example
White with #419090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419090; }
p { color: rgb(65,144,144); }
H1.HeaderClassName
{
color: #419090;
}
.AnyTagClassName
{
color: #419090;
}
</style>
background-color css
<style>
a { background-color: #419090; }
a { background-color: rgb(65,144,144); }
div.DivClassName
{
background-color: #419090;
}
.BgClassName
{
background-color: #419090;
}
</style>
border-color css
<style>
span { border-color: #419090; }
span { border-color: rgb(65,144,144); }
td.TdClassName
{
border-color: #419090;
}
.TagClassName
{
border-color: #419090;
}
</style>