Shades of Blue Whale #032B44
Tints of Blue Whale #032B44
RGB
CMYK
RGB Variations
Color information
#032B44 (or 0x032B44) is known color: Blue Whale. HEX triplet: 03, 2B and 44. RGB value is (3,43,68). Sum of RGB (Red+Green+Blue) = 3+43+68=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 68 (26.95% from 255 or 59.65% from 114); Max value from RGB is 68 - color contains mainly: blue. Hex color #032B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B44 is #FCD4BB. Grayscale: #212121. Windows color (decimal): -16569532 or 4467459. OLE color: 4467459.
HSL color Cylindrical-coordinate representation of color #032B44: hue angle of 203.08º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032B44 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 43 | 68 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.73 |
| HSL | 203.08º | 0.92% | 0.14% | - |
| HSV(B) | 203.08º | 0.96% | 0.27% | - |
| XYZ | 1.94 | 2.16 | 5.78 | - |
| YUV | 33.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 68 | 0.96 | 0.37 | 0 | 0.73 | 203.08 | 0.92 | 0.14 |
| Hex | 3 | 2B | 44 | 60 | 25 | 0 | 49 | CB | 5C | E |
| Octal | 3 | 53 | 104 | 140 | 45 | 0 | 111 | 313 | 134 | 16 |
| Binary | 11 | 101011 | 1000100 | 1100000 | 100101 | 0 | 1001001 | 11001011 | 1011100 | 1110 |
Color Harmonies of #032B44
Complementary color
Monochromatic Colors of #032B44
Black with #032B44
Text Example
Text Example
White with #032B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B44; }
p { color: rgb(3,43,68); }
H1.HeaderClassName
{
color: #032B44;
}
.AnyTagClassName
{
color: #032B44;
}
</style>
background-color css
<style>
a { background-color: #032B44; }
a { background-color: rgb(3,43,68); }
div.DivClassName
{
background-color: #032B44;
}
.BgClassName
{
background-color: #032B44;
}
</style>
border-color css
<style>
span { border-color: #032B44; }
span { border-color: rgb(3,43,68); }
td.TdClassName
{
border-color: #032B44;
}
.TagClassName
{
border-color: #032B44;
}
</style>