Shades of Blue Whale #032C41
Tints of Blue Whale #032C41
RGB
CMYK
RGB Variations
Color information
#032C41 (or 0x032C41) is known color: Blue Whale. HEX triplet: 03, 2C and 41. RGB value is (3,44,65). Sum of RGB (Red+Green+Blue) = 3+44+65=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #032C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C41 is #FCD3BE. Grayscale: #222222. Windows color (decimal): -16569279 or 4271107. OLE color: 4271107.
HSL color Cylindrical-coordinate representation of color #032C41: hue angle of 200.32º 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 #032C41 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 44 | 65 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.75 |
| HSL | 200.32º | 0.91% | 0.13% | - |
| HSV(B) | 200.32º | 0.95% | 0.25% | - |
| XYZ | 1.89 | 2.2 | 5.33 | - |
| YUV | 34.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 65 | 0.95 | 0.32 | 0 | 0.75 | 200.32 | 0.91 | 0.13 |
| Hex | 3 | 2C | 41 | 5F | 20 | 0 | 4B | C8 | 5B | D |
| Octal | 3 | 54 | 101 | 137 | 40 | 0 | 113 | 310 | 133 | 15 |
| Binary | 11 | 101100 | 1000001 | 1011111 | 100000 | 0 | 1001011 | 11001000 | 1011011 | 1101 |
Color Harmonies of #032C41
Complementary color
Monochromatic Colors of #032C41
Black with #032C41
Text Example
Text Example
White with #032C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C41; }
p { color: rgb(3,44,65); }
H1.HeaderClassName
{
color: #032C41;
}
.AnyTagClassName
{
color: #032C41;
}
</style>
background-color css
<style>
a { background-color: #032C41; }
a { background-color: rgb(3,44,65); }
div.DivClassName
{
background-color: #032C41;
}
.BgClassName
{
background-color: #032C41;
}
</style>
border-color css
<style>
span { border-color: #032C41; }
span { border-color: rgb(3,44,65); }
td.TdClassName
{
border-color: #032C41;
}
.TagClassName
{
border-color: #032C41;
}
</style>