Shades of Blue Whale #022B44
Tints of Blue Whale #022B44
RGB
CMYK
RGB Variations
Color information
#022B44 (or 0x022B44) is known color: Blue Whale. HEX triplet: 02, 2B and 44. RGB value is (2,43,68). Sum of RGB (Red+Green+Blue) = 2+43+68=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 68 (26.95% from 255 or 60.18% from 113); Max value from RGB is 68 - color contains mainly: blue. Hex color #022B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B44 is #FDD4BB. Grayscale: #212121. Windows color (decimal): -16635068 or 4467458. OLE color: 4467458.
HSL color Cylindrical-coordinate representation of color #022B44: hue angle of 202.73º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022B44 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 43 | 68 | - |
| CMYK | 0.97 | 0.37 | 0 | 0.73 |
| HSL | 202.73º | 0.94% | 0.14% | - |
| HSV(B) | 202.73º | 0.97% | 0.27% | - |
| XYZ | 1.93 | 2.16 | 5.78 | - |
| YUV | 33.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 68 | 0.97 | 0.37 | 0 | 0.73 | 202.73 | 0.94 | 0.14 |
| Hex | 2 | 2B | 44 | 61 | 25 | 0 | 49 | CB | 5E | E |
| Octal | 2 | 53 | 104 | 141 | 45 | 0 | 111 | 313 | 136 | 16 |
| Binary | 10 | 101011 | 1000100 | 1100001 | 100101 | 0 | 1001001 | 11001011 | 1011110 | 1110 |
Color Harmonies of #022B44
Complementary color
Monochromatic Colors of #022B44
Black with #022B44
Text Example
Text Example
White with #022B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B44; }
p { color: rgb(2,43,68); }
H1.HeaderClassName
{
color: #022B44;
}
.AnyTagClassName
{
color: #022B44;
}
</style>
background-color css
<style>
a { background-color: #022B44; }
a { background-color: rgb(2,43,68); }
div.DivClassName
{
background-color: #022B44;
}
.BgClassName
{
background-color: #022B44;
}
</style>
border-color css
<style>
span { border-color: #022B44; }
span { border-color: rgb(2,43,68); }
td.TdClassName
{
border-color: #022B44;
}
.TagClassName
{
border-color: #022B44;
}
</style>