Shades of Blue Whale #032D44
Tints of Blue Whale #032D44
RGB
CMYK
RGB Variations
Color information
#032D44 (or 0x032D44) is known color: Blue Whale. HEX triplet: 03, 2D and 44. RGB value is (3,45,68). Sum of RGB (Red+Green+Blue) = 3+45+68=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 45 (17.97% from 255 or 38.79% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #032D44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D44 is #FCD2BB. Grayscale: #222222. Windows color (decimal): -16569020 or 4467971. OLE color: 4467971.
HSL color Cylindrical-coordinate representation of color #032D44: hue angle of 201.23º 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 #032D44 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 45 | 68 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.73 |
| HSL | 201.23º | 0.92% | 0.14% | - |
| HSV(B) | 201.23º | 0.96% | 0.27% | - |
| XYZ | 2.02 | 2.31 | 5.81 | - |
| YUV | 35.06 | 146.59 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 68 | 0.96 | 0.34 | 0 | 0.73 | 201.23 | 0.92 | 0.14 |
| Hex | 3 | 2D | 44 | 60 | 22 | 0 | 49 | C9 | 5C | E |
| Octal | 3 | 55 | 104 | 140 | 42 | 0 | 111 | 311 | 134 | 16 |
| Binary | 11 | 101101 | 1000100 | 1100000 | 100010 | 0 | 1001001 | 11001001 | 1011100 | 1110 |
Color Harmonies of #032D44
Complementary color
Monochromatic Colors of #032D44
Black with #032D44
Text Example
Text Example
White with #032D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D44; }
p { color: rgb(3,45,68); }
H1.HeaderClassName
{
color: #032D44;
}
.AnyTagClassName
{
color: #032D44;
}
</style>
background-color css
<style>
a { background-color: #032D44; }
a { background-color: rgb(3,45,68); }
div.DivClassName
{
background-color: #032D44;
}
.BgClassName
{
background-color: #032D44;
}
</style>
border-color css
<style>
span { border-color: #032D44; }
span { border-color: rgb(3,45,68); }
td.TdClassName
{
border-color: #032D44;
}
.TagClassName
{
border-color: #032D44;
}
</style>