Shades of Blue Whale #022C40
Tints of Blue Whale #022C40
RGB
CMYK
RGB Variations
Color information
#022C40 (or 0x022C40) is known color: Blue Whale. HEX triplet: 02, 2C and 40. RGB value is (2,44,64). Sum of RGB (Red+Green+Blue) = 2+44+64=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 44 (17.58% from 255 or 40% from 110); Blue value is 64 (25.39% from 255 or 58.18% from 110); Max value from RGB is 64 - color contains mainly: blue. Hex color #022C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C40 is #FDD3BF. Grayscale: #212121. Windows color (decimal): -16634816 or 4205570. OLE color: 4205570.
HSL color Cylindrical-coordinate representation of color #022C40: hue angle of 199.35º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022C40 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 44 | 64 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.75 |
| HSL | 199.35º | 0.94% | 0.13% | - |
| HSV(B) | 199.35º | 0.97% | 0.25% | - |
| XYZ | 1.85 | 2.18 | 5.17 | - |
| YUV | 33.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 64 | 0.97 | 0.31 | 0 | 0.75 | 199.35 | 0.94 | 0.13 |
| Hex | 2 | 2C | 40 | 61 | 1F | 0 | 4B | C7 | 5E | D |
| Octal | 2 | 54 | 100 | 141 | 37 | 0 | 113 | 307 | 136 | 15 |
| Binary | 10 | 101100 | 1000000 | 1100001 | 11111 | 0 | 1001011 | 11000111 | 1011110 | 1101 |
Color Harmonies of #022C40
Complementary color
Monochromatic Colors of #022C40
Black with #022C40
Text Example
Text Example
White with #022C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C40; }
p { color: rgb(2,44,64); }
H1.HeaderClassName
{
color: #022C40;
}
.AnyTagClassName
{
color: #022C40;
}
</style>
background-color css
<style>
a { background-color: #022C40; }
a { background-color: rgb(2,44,64); }
div.DivClassName
{
background-color: #022C40;
}
.BgClassName
{
background-color: #022C40;
}
</style>
border-color css
<style>
span { border-color: #022C40; }
span { border-color: rgb(2,44,64); }
td.TdClassName
{
border-color: #022C40;
}
.TagClassName
{
border-color: #022C40;
}
</style>