Shades of Blue Whale #032D45
Tints of Blue Whale #032D45
RGB
CMYK
RGB Variations
Color information
#032D45 (or 0x032D45) is known color: Blue Whale. HEX triplet: 03, 2D and 45. RGB value is (3,45,69). Sum of RGB (Red+Green+Blue) = 3+45+69=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 45 (17.97% from 255 or 38.46% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #032D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D45 is #FCD2BA. Grayscale: #232323. Windows color (decimal): -16569019 or 4533507. OLE color: 4533507.
HSL color Cylindrical-coordinate representation of color #032D45: hue angle of 201.82º 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 #032D45 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 45 | 69 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.73 |
| HSL | 201.82º | 0.92% | 0.14% | - |
| HSV(B) | 201.82º | 0.96% | 0.27% | - |
| XYZ | 2.05 | 2.33 | 5.97 | - |
| YUV | 35.18 | 147.09 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 69 | 0.96 | 0.35 | 0 | 0.73 | 201.82 | 0.92 | 0.14 |
| Hex | 3 | 2D | 45 | 60 | 23 | 0 | 49 | CA | 5C | E |
| Octal | 3 | 55 | 105 | 140 | 43 | 0 | 111 | 312 | 134 | 16 |
| Binary | 11 | 101101 | 1000101 | 1100000 | 100011 | 0 | 1001001 | 11001010 | 1011100 | 1110 |
Color Harmonies of #032D45
Complementary color
Monochromatic Colors of #032D45
Black with #032D45
Text Example
Text Example
White with #032D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D45; }
p { color: rgb(3,45,69); }
H1.HeaderClassName
{
color: #032D45;
}
.AnyTagClassName
{
color: #032D45;
}
</style>
background-color css
<style>
a { background-color: #032D45; }
a { background-color: rgb(3,45,69); }
div.DivClassName
{
background-color: #032D45;
}
.BgClassName
{
background-color: #032D45;
}
</style>
border-color css
<style>
span { border-color: #032D45; }
span { border-color: rgb(3,45,69); }
td.TdClassName
{
border-color: #032D45;
}
.TagClassName
{
border-color: #032D45;
}
</style>