Shades of Blue Whale #032C40
Tints of Blue Whale #032C40
RGB
CMYK
RGB Variations
Color information
#032C40 (or 0x032C40) is known color: Blue Whale. HEX triplet: 03, 2C and 40. RGB value is (3,44,64). Sum of RGB (Red+Green+Blue) = 3+44+64=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #032C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032C40 is #FCD3BF. Grayscale: #212121. Windows color (decimal): -16569280 or 4205571. OLE color: 4205571.
HSL color Cylindrical-coordinate representation of color #032C40: hue angle of 199.67º 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 #032C40 is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 44 | 64 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.75 |
| HSL | 199.67º | 0.91% | 0.13% | - |
| HSV(B) | 199.67º | 0.95% | 0.25% | - |
| XYZ | 1.86 | 2.19 | 5.18 | - |
| YUV | 34.02 | 144.92 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 64 | 0.95 | 0.31 | 0 | 0.75 | 199.67 | 0.91 | 0.13 |
| Hex | 3 | 2C | 40 | 5F | 1F | 0 | 4B | C8 | 5B | D |
| Octal | 3 | 54 | 100 | 137 | 37 | 0 | 113 | 310 | 133 | 15 |
| Binary | 11 | 101100 | 1000000 | 1011111 | 11111 | 0 | 1001011 | 11001000 | 1011011 | 1101 |
Color Harmonies of #032C40
Complementary color
Monochromatic Colors of #032C40
Black with #032C40
Text Example
Text Example
White with #032C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C40; }
p { color: rgb(3,44,64); }
H1.HeaderClassName
{
color: #032C40;
}
.AnyTagClassName
{
color: #032C40;
}
</style>
background-color css
<style>
a { background-color: #032C40; }
a { background-color: rgb(3,44,64); }
div.DivClassName
{
background-color: #032C40;
}
.BgClassName
{
background-color: #032C40;
}
</style>
border-color css
<style>
span { border-color: #032C40; }
span { border-color: rgb(3,44,64); }
td.TdClassName
{
border-color: #032C40;
}
.TagClassName
{
border-color: #032C40;
}
</style>