Shades of Blue Whale #022D43
Tints of Blue Whale #022D43
RGB
CMYK
RGB Variations
Color information
#022D43 (or 0x022D43) is known color: Blue Whale. HEX triplet: 02, 2D and 43. RGB value is (2,45,67). Sum of RGB (Red+Green+Blue) = 2+45+67=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 67 (26.56% from 255 or 58.77% from 114); Max value from RGB is 67 - color contains mainly: blue. Hex color #022D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D43 is #FDD2BC. Grayscale: #222222. Windows color (decimal): -16634557 or 4402434. OLE color: 4402434.
HSL color Cylindrical-coordinate representation of color #022D43: hue angle of 200.31º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022D43 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 45 | 67 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.74 |
| HSL | 200.31º | 0.94% | 0.14% | - |
| HSV(B) | 200.31º | 0.97% | 0.26% | - |
| XYZ | 1.98 | 2.29 | 5.65 | - |
| YUV | 34.65 | 146.25 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 45 | 67 | 0.97 | 0.33 | 0 | 0.74 | 200.31 | 0.94 | 0.14 |
| Hex | 2 | 2D | 43 | 61 | 21 | 0 | 4A | C8 | 5E | E |
| Octal | 2 | 55 | 103 | 141 | 41 | 0 | 112 | 310 | 136 | 16 |
| Binary | 10 | 101101 | 1000011 | 1100001 | 100001 | 0 | 1001010 | 11001000 | 1011110 | 1110 |
Color Harmonies of #022D43
Complementary color
Monochromatic Colors of #022D43
Black with #022D43
Text Example
Text Example
White with #022D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022D43; }
p { color: rgb(2,45,67); }
H1.HeaderClassName
{
color: #022D43;
}
.AnyTagClassName
{
color: #022D43;
}
</style>
background-color css
<style>
a { background-color: #022D43; }
a { background-color: rgb(2,45,67); }
div.DivClassName
{
background-color: #022D43;
}
.BgClassName
{
background-color: #022D43;
}
</style>
border-color css
<style>
span { border-color: #022D43; }
span { border-color: rgb(2,45,67); }
td.TdClassName
{
border-color: #022D43;
}
.TagClassName
{
border-color: #022D43;
}
</style>