Shades of Blue Whale #022E40
Tints of Blue Whale #022E40
RGB
CMYK
RGB Variations
Color information
#022E40 (or 0x022E40) is known color: Blue Whale. HEX triplet: 02, 2E and 40. RGB value is (2,46,64). Sum of RGB (Red+Green+Blue) = 2+46+64=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #022E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022E40 is #FDD1BF. Grayscale: #222222. Windows color (decimal): -16634304 or 4206082. OLE color: 4206082.
HSL color Cylindrical-coordinate representation of color #022E40: hue angle of 197.42º 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 #022E40 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 46 | 64 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.75 |
| HSL | 197.42º | 0.94% | 0.13% | - |
| HSV(B) | 197.42º | 0.97% | 0.25% | - |
| XYZ | 1.93 | 2.34 | 5.2 | - |
| YUV | 34.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 64 | 0.97 | 0.28 | 0 | 0.75 | 197.42 | 0.94 | 0.13 |
| Hex | 2 | 2E | 40 | 61 | 1C | 0 | 4B | C5 | 5E | D |
| Octal | 2 | 56 | 100 | 141 | 34 | 0 | 113 | 305 | 136 | 15 |
| Binary | 10 | 101110 | 1000000 | 1100001 | 11100 | 0 | 1001011 | 11000101 | 1011110 | 1101 |
Color Harmonies of #022E40
Complementary color
Monochromatic Colors of #022E40
Black with #022E40
Text Example
Text Example
White with #022E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022E40; }
p { color: rgb(2,46,64); }
H1.HeaderClassName
{
color: #022E40;
}
.AnyTagClassName
{
color: #022E40;
}
</style>
background-color css
<style>
a { background-color: #022E40; }
a { background-color: rgb(2,46,64); }
div.DivClassName
{
background-color: #022E40;
}
.BgClassName
{
background-color: #022E40;
}
</style>
border-color css
<style>
span { border-color: #022E40; }
span { border-color: rgb(2,46,64); }
td.TdClassName
{
border-color: #022E40;
}
.TagClassName
{
border-color: #022E40;
}
</style>