Shades of Blue Whale #032C42
Tints of Blue Whale #032C42
RGB
CMYK
RGB Variations
Color information
#032C42 (or 0x032C42) is known color: Blue Whale. HEX triplet: 03, 2C and 42. RGB value is (3,44,66). Sum of RGB (Red+Green+Blue) = 3+44+66=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 66 (26.17% from 255 or 58.41% from 113); Max value from RGB is 66 - color contains mainly: blue. Hex color #032C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C42 is #FCD3BD. Grayscale: #222222. Windows color (decimal): -16569278 or 4336643. OLE color: 4336643.
HSL color Cylindrical-coordinate representation of color #032C42: hue angle of 200.95º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032C42 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 44 | 66 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.74 |
| HSL | 200.95º | 0.91% | 0.14% | - |
| HSV(B) | 200.95º | 0.95% | 0.26% | - |
| XYZ | 1.92 | 2.21 | 5.48 | - |
| YUV | 34.25 | 145.92 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 66 | 0.95 | 0.33 | 0 | 0.74 | 200.95 | 0.91 | 0.14 |
| Hex | 3 | 2C | 42 | 5F | 21 | 0 | 4A | C9 | 5B | E |
| Octal | 3 | 54 | 102 | 137 | 41 | 0 | 112 | 311 | 133 | 16 |
| Binary | 11 | 101100 | 1000010 | 1011111 | 100001 | 0 | 1001010 | 11001001 | 1011011 | 1110 |
Color Harmonies of #032C42
Complementary color
Monochromatic Colors of #032C42
Black with #032C42
Text Example
Text Example
White with #032C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C42; }
p { color: rgb(3,44,66); }
H1.HeaderClassName
{
color: #032C42;
}
.AnyTagClassName
{
color: #032C42;
}
</style>
background-color css
<style>
a { background-color: #032C42; }
a { background-color: rgb(3,44,66); }
div.DivClassName
{
background-color: #032C42;
}
.BgClassName
{
background-color: #032C42;
}
</style>
border-color css
<style>
span { border-color: #032C42; }
span { border-color: rgb(3,44,66); }
td.TdClassName
{
border-color: #032C42;
}
.TagClassName
{
border-color: #032C42;
}
</style>