Shades of Blue Whale #022C44
Tints of Blue Whale #022C44
RGB
CMYK
RGB Variations
Color information
#022C44 (or 0x022C44) is known color: Blue Whale. HEX triplet: 02, 2C and 44. RGB value is (2,44,68). Sum of RGB (Red+Green+Blue) = 2+44+68=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #022C44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C44 is #FDD3BB. Grayscale: #222222. Windows color (decimal): -16634812 or 4467714. OLE color: 4467714.
HSL color Cylindrical-coordinate representation of color #022C44: hue angle of 201.82º 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 #022C44 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 44 | 68 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.73 |
| HSL | 201.82º | 0.94% | 0.14% | - |
| HSV(B) | 201.82º | 0.97% | 0.27% | - |
| XYZ | 1.97 | 2.23 | 5.8 | - |
| YUV | 34.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 68 | 0.97 | 0.35 | 0 | 0.73 | 201.82 | 0.94 | 0.14 |
| Hex | 2 | 2C | 44 | 61 | 23 | 0 | 49 | CA | 5E | E |
| Octal | 2 | 54 | 104 | 141 | 43 | 0 | 111 | 312 | 136 | 16 |
| Binary | 10 | 101100 | 1000100 | 1100001 | 100011 | 0 | 1001001 | 11001010 | 1011110 | 1110 |
Color Harmonies of #022C44
Complementary color
Monochromatic Colors of #022C44
Black with #022C44
Text Example
Text Example
White with #022C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C44; }
p { color: rgb(2,44,68); }
H1.HeaderClassName
{
color: #022C44;
}
.AnyTagClassName
{
color: #022C44;
}
</style>
background-color css
<style>
a { background-color: #022C44; }
a { background-color: rgb(2,44,68); }
div.DivClassName
{
background-color: #022C44;
}
.BgClassName
{
background-color: #022C44;
}
</style>
border-color css
<style>
span { border-color: #022C44; }
span { border-color: rgb(2,44,68); }
td.TdClassName
{
border-color: #022C44;
}
.TagClassName
{
border-color: #022C44;
}
</style>