Shades of Blue Whale #032A47
Tints of Blue Whale #032A47
RGB
CMYK
RGB Variations
Color information
#032A47 (or 0x032A47) is known color: Blue Whale. HEX triplet: 03, 2A and 47. RGB value is (3,42,71). Sum of RGB (Red+Green+Blue) = 3+42+71=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #032A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A47 is #FCD5B8. Grayscale: #212121. Windows color (decimal): -16569785 or 4663811. OLE color: 4663811.
HSL color Cylindrical-coordinate representation of color #032A47: hue angle of 205.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032A47 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 42 | 71 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.72 |
| HSL | 205.59º | 0.92% | 0.15% | - |
| HSV(B) | 205.59º | 0.96% | 0.28% | - |
| XYZ | 2 | 2.13 | 6.27 | - |
| YUV | 33.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 71 | 0.96 | 0.41 | 0 | 0.72 | 205.59 | 0.92 | 0.15 |
| Hex | 3 | 2A | 47 | 60 | 29 | 0 | 48 | CE | 5C | F |
| Octal | 3 | 52 | 107 | 140 | 51 | 0 | 110 | 316 | 134 | 17 |
| Binary | 11 | 101010 | 1000111 | 1100000 | 101001 | 0 | 1001000 | 11001110 | 1011100 | 1111 |
Color Harmonies of #032A47
Complementary color
Monochromatic Colors of #032A47
Black with #032A47
Text Example
Text Example
White with #032A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A47; }
p { color: rgb(3,42,71); }
H1.HeaderClassName
{
color: #032A47;
}
.AnyTagClassName
{
color: #032A47;
}
</style>
background-color css
<style>
a { background-color: #032A47; }
a { background-color: rgb(3,42,71); }
div.DivClassName
{
background-color: #032A47;
}
.BgClassName
{
background-color: #032A47;
}
</style>
border-color css
<style>
span { border-color: #032A47; }
span { border-color: rgb(3,42,71); }
td.TdClassName
{
border-color: #032A47;
}
.TagClassName
{
border-color: #032A47;
}
</style>