Shades of Blue Whale #022D40
Tints of Blue Whale #022D40
RGB
CMYK
RGB Variations
Color information
#022D40 (or 0x022D40) is known color: Blue Whale. HEX triplet: 02, 2D and 40. RGB value is (2,45,64). Sum of RGB (Red+Green+Blue) = 2+45+64=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 45 (17.97% from 255 or 40.54% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #022D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D40 is #FDD2BF. Grayscale: #222222. Windows color (decimal): -16634560 or 4205826. OLE color: 4205826.
HSL color Cylindrical-coordinate representation of color #022D40: hue angle of 198.39º 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 #022D40 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 45 | 64 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.75 |
| HSL | 198.39º | 0.94% | 0.13% | - |
| HSV(B) | 198.39º | 0.97% | 0.25% | - |
| XYZ | 1.89 | 2.26 | 5.19 | - |
| YUV | 34.31 | 144.75 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 64 | 0.97 | 0.30 | 0 | 0.75 | 198.39 | 0.94 | 0.13 |
| Hex | 2 | 2D | 40 | 61 | 1E | 0 | 4B | C6 | 5E | D |
| Octal | 2 | 55 | 100 | 141 | 36 | 0 | 113 | 306 | 136 | 15 |
| Binary | 10 | 101101 | 1000000 | 1100001 | 11110 | 0 | 1001011 | 11000110 | 1011110 | 1101 |
Color Harmonies of #022D40
Complementary color
Monochromatic Colors of #022D40
Black with #022D40
Text Example
Text Example
White with #022D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D40; }
p { color: rgb(2,45,64); }
H1.HeaderClassName
{
color: #022D40;
}
.AnyTagClassName
{
color: #022D40;
}
</style>
background-color css
<style>
a { background-color: #022D40; }
a { background-color: rgb(2,45,64); }
div.DivClassName
{
background-color: #022D40;
}
.BgClassName
{
background-color: #022D40;
}
</style>
border-color css
<style>
span { border-color: #022D40; }
span { border-color: rgb(2,45,64); }
td.TdClassName
{
border-color: #022D40;
}
.TagClassName
{
border-color: #022D40;
}
</style>