Shades of Blue Whale #032E4A
Tints of Blue Whale #032E4A
RGB
CMYK
RGB Variations
Color information
#032E4A (or 0x032E4A) is known color: Blue Whale. HEX triplet: 03, 2E and 4A. RGB value is (3,46,74). Sum of RGB (Red+Green+Blue) = 3+46+74=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 74 (29.30% from 255 or 60.16% from 123); Max value from RGB is 74 - color contains mainly: blue. Hex color #032E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E4A is #FCD1B5. Grayscale: #242424. Windows color (decimal): -16568758 or 4861443. OLE color: 4861443.
HSL color Cylindrical-coordinate representation of color #032E4A: hue angle of 203.66º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032E4A is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 46 | 74 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.71 |
| HSL | 203.66º | 0.92% | 0.15% | - |
| HSV(B) | 203.66º | 0.96% | 0.29% | - |
| XYZ | 2.25 | 2.47 | 6.84 | - |
| YUV | 36.34 | 149.25 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 74 | 0.96 | 0.38 | 0 | 0.71 | 203.66 | 0.92 | 0.15 |
| Hex | 3 | 2E | 4A | 60 | 26 | 0 | 47 | CC | 5C | F |
| Octal | 3 | 56 | 112 | 140 | 46 | 0 | 107 | 314 | 134 | 17 |
| Binary | 11 | 101110 | 1001010 | 1100000 | 100110 | 0 | 1000111 | 11001100 | 1011100 | 1111 |
Color Harmonies of #032E4A
Complementary color
Monochromatic Colors of #032E4A
Black with #032E4A
Text Example
Text Example
White with #032E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E4A; }
p { color: rgb(3,46,74); }
H1.HeaderClassName
{
color: #032E4A;
}
.AnyTagClassName
{
color: #032E4A;
}
</style>
background-color css
<style>
a { background-color: #032E4A; }
a { background-color: rgb(3,46,74); }
div.DivClassName
{
background-color: #032E4A;
}
.BgClassName
{
background-color: #032E4A;
}
</style>
border-color css
<style>
span { border-color: #032E4A; }
span { border-color: rgb(3,46,74); }
td.TdClassName
{
border-color: #032E4A;
}
.TagClassName
{
border-color: #032E4A;
}
</style>