Shades of Blue Whale #032F40
Tints of Blue Whale #032F40
RGB
CMYK
RGB Variations
Color information
#032F40 (or 0x032F40) is known color: Blue Whale. HEX triplet: 03, 2F and 40. RGB value is (3,47,64). Sum of RGB (Red+Green+Blue) = 3+47+64=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #032F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032F40 is #FCD0BF. Grayscale: #232323. Windows color (decimal): -16568512 or 4206339. OLE color: 4206339.
HSL color Cylindrical-coordinate representation of color #032F40: hue angle of 196.72º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032F40 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 47 | 64 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.75 |
| HSL | 196.72º | 0.91% | 0.13% | - |
| HSV(B) | 196.72º | 0.95% | 0.25% | - |
| XYZ | 1.98 | 2.42 | 5.21 | - |
| YUV | 35.78 | 143.92 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 64 | 0.95 | 0.27 | 0 | 0.75 | 196.72 | 0.91 | 0.13 |
| Hex | 3 | 2F | 40 | 5F | 1B | 0 | 4B | C5 | 5B | D |
| Octal | 3 | 57 | 100 | 137 | 33 | 0 | 113 | 305 | 133 | 15 |
| Binary | 11 | 101111 | 1000000 | 1011111 | 11011 | 0 | 1001011 | 11000101 | 1011011 | 1101 |
Color Harmonies of #032F40
Complementary color
Monochromatic Colors of #032F40
Black with #032F40
Text Example
Text Example
White with #032F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F40; }
p { color: rgb(3,47,64); }
H1.HeaderClassName
{
color: #032F40;
}
.AnyTagClassName
{
color: #032F40;
}
</style>
background-color css
<style>
a { background-color: #032F40; }
a { background-color: rgb(3,47,64); }
div.DivClassName
{
background-color: #032F40;
}
.BgClassName
{
background-color: #032F40;
}
</style>
border-color css
<style>
span { border-color: #032F40; }
span { border-color: rgb(3,47,64); }
td.TdClassName
{
border-color: #032F40;
}
.TagClassName
{
border-color: #032F40;
}
</style>