Shades of Blue Whale #032E3F
Tints of Blue Whale #032E3F
RGB
CMYK
RGB Variations
Color information
#032E3F (or 0x032E3F) is known color: Blue Whale. HEX triplet: 03, 2E and 3F. RGB value is (3,46,63). Sum of RGB (Red+Green+Blue) = 3+46+63=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 63 (25% from 255 or 56.25% from 112); Max value from RGB is 63 - color contains mainly: blue. Hex color #032E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E3F is #FCD1C0. Grayscale: #222222. Windows color (decimal): -16568769 or 4140547. OLE color: 4140547.
HSL color Cylindrical-coordinate representation of color #032E3F: hue angle of 197º 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 #032E3F is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 46 | 63 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.75 |
| HSL | 197º | 0.91% | 0.13% | - |
| HSV(B) | 197º | 0.95% | 0.25% | - |
| XYZ | 1.91 | 2.33 | 5.05 | - |
| YUV | 35.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 63 | 0.95 | 0.27 | 0 | 0.75 | 197 | 0.91 | 0.13 |
| Hex | 3 | 2E | 3F | 5F | 1B | 0 | 4B | C5 | 5B | D |
| Octal | 3 | 56 | 77 | 137 | 33 | 0 | 113 | 305 | 133 | 15 |
| Binary | 11 | 101110 | 111111 | 1011111 | 11011 | 0 | 1001011 | 11000101 | 1011011 | 1101 |
Color Harmonies of #032E3F
Complementary color
Monochromatic Colors of #032E3F
Black with #032E3F
Text Example
Text Example
White with #032E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E3F; }
p { color: rgb(3,46,63); }
H1.HeaderClassName
{
color: #032E3F;
}
.AnyTagClassName
{
color: #032E3F;
}
</style>
background-color css
<style>
a { background-color: #032E3F; }
a { background-color: rgb(3,46,63); }
div.DivClassName
{
background-color: #032E3F;
}
.BgClassName
{
background-color: #032E3F;
}
</style>
border-color css
<style>
span { border-color: #032E3F; }
span { border-color: rgb(3,46,63); }
td.TdClassName
{
border-color: #032E3F;
}
.TagClassName
{
border-color: #032E3F;
}
</style>