Shades of Blue Chill #419FA2
Tints of Blue Chill #419FA2
RGB
CMYK
RGB Variations
Color information
#419FA2 (or 0x419FA2) is known color: Blue Chill. HEX triplet: 41, 9F and A2. RGB value is (65,159,162). Sum of RGB (Red+Green+Blue) = 65+159+162=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #419FA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419FA2 is #BE605D. Grayscale: #838383. Windows color (decimal): -12476510 or 10657601. OLE color: 10657601.
HSL color Cylindrical-coordinate representation of color #419FA2: hue angle of 181.86º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #419FA2 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 159 | 162 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.36 |
| HSL | 181.86º | 0.43% | 0.45% | - |
| HSV(B) | 181.86º | 0.6% | 0.64% | - |
| XYZ | 21.1 | 28.53 | 38.58 | - |
| YUV | 131.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 162 | 0.60 | 0.02 | 0 | 0.36 | 181.86 | 0.43 | 0.45 |
| Hex | 41 | 9F | A2 | 3C | 2 | 0 | 24 | B6 | 2B | 2D |
| Octal | 101 | 237 | 242 | 74 | 2 | 0 | 44 | 266 | 53 | 55 |
| Binary | 1000001 | 10011111 | 10100010 | 111100 | 10 | 0 | 100100 | 10110110 | 101011 | 101101 |
Color Harmonies of #419FA2
Complementary color
Monochromatic Colors of #419FA2
Black with #419FA2
Text Example
Text Example
White with #419FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419FA2; }
p { color: rgb(65,159,162); }
H1.HeaderClassName
{
color: #419FA2;
}
.AnyTagClassName
{
color: #419FA2;
}
</style>
background-color css
<style>
a { background-color: #419FA2; }
a { background-color: rgb(65,159,162); }
div.DivClassName
{
background-color: #419FA2;
}
.BgClassName
{
background-color: #419FA2;
}
</style>
border-color css
<style>
span { border-color: #419FA2; }
span { border-color: rgb(65,159,162); }
td.TdClassName
{
border-color: #419FA2;
}
.TagClassName
{
border-color: #419FA2;
}
</style>