Shades of Blue Whale #022C47
Tints of Blue Whale #022C47
RGB
CMYK
RGB Variations
Color information
#022C47 (or 0x022C47) is known color: Blue Whale. HEX triplet: 02, 2C and 47. RGB value is (2,44,71). Sum of RGB (Red+Green+Blue) = 2+44+71=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 71 (28.12% from 255 or 60.68% from 117); Max value from RGB is 71 - color contains mainly: blue. Hex color #022C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022C47 is #FDD3B8. Grayscale: #222222. Windows color (decimal): -16634809 or 4664322. OLE color: 4664322.
HSL color Cylindrical-coordinate representation of color #022C47: hue angle of 203.48º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022C47 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 2 | 44 | 71 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.72 |
| HSL | 203.48º | 0.95% | 0.14% | - |
| HSV(B) | 203.48º | 0.97% | 0.28% | - |
| XYZ | 2.06 | 2.27 | 6.29 | - |
| YUV | 34.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 71 | 0.97 | 0.38 | 0 | 0.72 | 203.48 | 0.95 | 0.14 |
| Hex | 2 | 2C | 47 | 61 | 26 | 0 | 48 | CB | 5F | E |
| Octal | 2 | 54 | 107 | 141 | 46 | 0 | 110 | 313 | 137 | 16 |
| Binary | 10 | 101100 | 1000111 | 1100001 | 100110 | 0 | 1001000 | 11001011 | 1011111 | 1110 |
Color Harmonies of #022C47
Complementary color
Monochromatic Colors of #022C47
Black with #022C47
Text Example
Text Example
White with #022C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C47; }
p { color: rgb(2,44,71); }
H1.HeaderClassName
{
color: #022C47;
}
.AnyTagClassName
{
color: #022C47;
}
</style>
background-color css
<style>
a { background-color: #022C47; }
a { background-color: rgb(2,44,71); }
div.DivClassName
{
background-color: #022C47;
}
.BgClassName
{
background-color: #022C47;
}
</style>
border-color css
<style>
span { border-color: #022C47; }
span { border-color: rgb(2,44,71); }
td.TdClassName
{
border-color: #022C47;
}
.TagClassName
{
border-color: #022C47;
}
</style>