Shades of Blue Whale #032C49
Tints of Blue Whale #032C49
RGB
CMYK
RGB Variations
Color information
#032C49 (or 0x032C49) is known color: Blue Whale. HEX triplet: 03, 2C and 49. RGB value is (3,44,73). Sum of RGB (Red+Green+Blue) = 3+44+73=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #032C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C49 is #FCD3B6. Grayscale: #222222. Windows color (decimal): -16569271 or 4795395. OLE color: 4795395.
HSL color Cylindrical-coordinate representation of color #032C49: hue angle of 204.86º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032C49 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 44 | 73 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.71 |
| HSL | 204.86º | 0.92% | 0.15% | - |
| HSV(B) | 204.86º | 0.96% | 0.29% | - |
| XYZ | 2.14 | 2.3 | 6.63 | - |
| YUV | 35.05 | 149.42 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 73 | 0.96 | 0.40 | 0 | 0.71 | 204.86 | 0.92 | 0.15 |
| Hex | 3 | 2C | 49 | 60 | 28 | 0 | 47 | CD | 5C | F |
| Octal | 3 | 54 | 111 | 140 | 50 | 0 | 107 | 315 | 134 | 17 |
| Binary | 11 | 101100 | 1001001 | 1100000 | 101000 | 0 | 1000111 | 11001101 | 1011100 | 1111 |
Color Harmonies of #032C49
Complementary color
Monochromatic Colors of #032C49
Black with #032C49
Text Example
Text Example
White with #032C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C49; }
p { color: rgb(3,44,73); }
H1.HeaderClassName
{
color: #032C49;
}
.AnyTagClassName
{
color: #032C49;
}
</style>
background-color css
<style>
a { background-color: #032C49; }
a { background-color: rgb(3,44,73); }
div.DivClassName
{
background-color: #032C49;
}
.BgClassName
{
background-color: #032C49;
}
</style>
border-color css
<style>
span { border-color: #032C49; }
span { border-color: rgb(3,44,73); }
td.TdClassName
{
border-color: #032C49;
}
.TagClassName
{
border-color: #032C49;
}
</style>