Shades of Blue Whale #032E3C
Tints of Blue Whale #032E3C
RGB
CMYK
RGB Variations
Color information
#032E3C (or 0x032E3C) is known color: Blue Whale. HEX triplet: 03, 2E and 3C. RGB value is (3,46,60). Sum of RGB (Red+Green+Blue) = 3+46+60=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #032E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E3C is #FCD1C3. Grayscale: #222222. Windows color (decimal): -16568772 or 3943939. OLE color: 3943939.
HSL color Cylindrical-coordinate representation of color #032E3C: hue angle of 194.74º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032E3C is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 46 | 60 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.76 |
| HSL | 194.74º | 0.9% | 0.12% | - |
| HSV(B) | 194.74º | 0.95% | 0.24% | - |
| XYZ | 1.83 | 2.3 | 4.62 | - |
| YUV | 34.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 60 | 0.95 | 0.23 | 0 | 0.76 | 194.74 | 0.9 | 0.12 |
| Hex | 3 | 2E | 3C | 5F | 17 | 0 | 4C | C3 | 5A | C |
| Octal | 3 | 56 | 74 | 137 | 27 | 0 | 114 | 303 | 132 | 14 |
| Binary | 11 | 101110 | 111100 | 1011111 | 10111 | 0 | 1001100 | 11000011 | 1011010 | 1100 |
Color Harmonies of #032E3C
Complementary color
Monochromatic Colors of #032E3C
Black with #032E3C
Text Example
Text Example
White with #032E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E3C; }
p { color: rgb(3,46,60); }
H1.HeaderClassName
{
color: #032E3C;
}
.AnyTagClassName
{
color: #032E3C;
}
</style>
background-color css
<style>
a { background-color: #032E3C; }
a { background-color: rgb(3,46,60); }
div.DivClassName
{
background-color: #032E3C;
}
.BgClassName
{
background-color: #032E3C;
}
</style>
border-color css
<style>
span { border-color: #032E3C; }
span { border-color: rgb(3,46,60); }
td.TdClassName
{
border-color: #032E3C;
}
.TagClassName
{
border-color: #032E3C;
}
</style>