Shades of Blue Whale #032F49
Tints of Blue Whale #032F49
RGB
CMYK
RGB Variations
Color information
#032F49 (or 0x032F49) is known color: Blue Whale. HEX triplet: 03, 2F and 49. RGB value is (3,47,73). Sum of RGB (Red+Green+Blue) = 3+47+73=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 47 (18.75% from 255 or 38.21% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #032F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F49 is #FCD0B6. Grayscale: #242424. Windows color (decimal): -16568503 or 4796163. OLE color: 4796163.
HSL color Cylindrical-coordinate representation of color #032F49: hue angle of 202.29º 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 #032F49 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 47 | 73 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.71 |
| HSL | 202.29º | 0.92% | 0.15% | - |
| HSV(B) | 202.29º | 0.96% | 0.29% | - |
| XYZ | 2.26 | 2.53 | 6.67 | - |
| YUV | 36.81 | 148.42 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 73 | 0.96 | 0.36 | 0 | 0.71 | 202.29 | 0.92 | 0.15 |
| Hex | 3 | 2F | 49 | 60 | 24 | 0 | 47 | CA | 5C | F |
| Octal | 3 | 57 | 111 | 140 | 44 | 0 | 107 | 312 | 134 | 17 |
| Binary | 11 | 101111 | 1001001 | 1100000 | 100100 | 0 | 1000111 | 11001010 | 1011100 | 1111 |
Color Harmonies of #032F49
Complementary color
Monochromatic Colors of #032F49
Black with #032F49
Text Example
Text Example
White with #032F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F49; }
p { color: rgb(3,47,73); }
H1.HeaderClassName
{
color: #032F49;
}
.AnyTagClassName
{
color: #032F49;
}
</style>
background-color css
<style>
a { background-color: #032F49; }
a { background-color: rgb(3,47,73); }
div.DivClassName
{
background-color: #032F49;
}
.BgClassName
{
background-color: #032F49;
}
</style>
border-color css
<style>
span { border-color: #032F49; }
span { border-color: rgb(3,47,73); }
td.TdClassName
{
border-color: #032F49;
}
.TagClassName
{
border-color: #032F49;
}
</style>