Shades of Blue Whale #032A49
Tints of Blue Whale #032A49
RGB
CMYK
RGB Variations
Color information
#032A49 (or 0x032A49) is known color: Blue Whale. HEX triplet: 03, 2A and 49. RGB value is (3,42,73). Sum of RGB (Red+Green+Blue) = 3+42+73=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #032A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032A49 is #FCD5B6. Grayscale: #212121. Windows color (decimal): -16569783 or 4794883. OLE color: 4794883.
HSL color Cylindrical-coordinate representation of color #032A49: hue angle of 206.57º 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 #032A49 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 42 | 73 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.71 |
| HSL | 206.57º | 0.92% | 0.15% | - |
| HSV(B) | 206.57º | 0.96% | 0.29% | - |
| XYZ | 2.07 | 2.16 | 6.61 | - |
| YUV | 33.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 42 | 73 | 0.96 | 0.42 | 0 | 0.71 | 206.57 | 0.92 | 0.15 |
| Hex | 3 | 2A | 49 | 60 | 2A | 0 | 47 | CF | 5C | F |
| Octal | 3 | 52 | 111 | 140 | 52 | 0 | 107 | 317 | 134 | 17 |
| Binary | 11 | 101010 | 1001001 | 1100000 | 101010 | 0 | 1000111 | 11001111 | 1011100 | 1111 |
Color Harmonies of #032A49
Complementary color
Monochromatic Colors of #032A49
Black with #032A49
Text Example
Text Example
White with #032A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032A49; }
p { color: rgb(3,42,73); }
H1.HeaderClassName
{
color: #032A49;
}
.AnyTagClassName
{
color: #032A49;
}
</style>
background-color css
<style>
a { background-color: #032A49; }
a { background-color: rgb(3,42,73); }
div.DivClassName
{
background-color: #032A49;
}
.BgClassName
{
background-color: #032A49;
}
</style>
border-color css
<style>
span { border-color: #032A49; }
span { border-color: rgb(3,42,73); }
td.TdClassName
{
border-color: #032A49;
}
.TagClassName
{
border-color: #032A49;
}
</style>