Shades of Prussian Blue #032D60
Tints of Prussian Blue #032D60
RGB
CMYK
RGB Variations
Color information
#032D60 (or 0x032D60) is known color: Prussian Blue. HEX triplet: 03, 2D and 60. RGB value is (3,45,96). Sum of RGB (Red+Green+Blue) = 3+45+96=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #032D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D60 is #FCD29F. Grayscale: #262626. Windows color (decimal): -16568992 or 6302979. OLE color: 6302979.
HSL color Cylindrical-coordinate representation of color #032D60: hue angle of 212.9º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D60 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 45 | 96 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.62 |
| HSL | 212.9º | 0.94% | 0.19% | - |
| HSV(B) | 212.9º | 0.97% | 0.38% | - |
| XYZ | 3.09 | 2.74 | 11.43 | - |
| YUV | 38.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 96 | 0.97 | 0.53 | 0 | 0.62 | 212.9 | 0.94 | 0.19 |
| Hex | 3 | 2D | 60 | 61 | 35 | 0 | 3E | D5 | 5E | 13 |
| Octal | 3 | 55 | 140 | 141 | 65 | 0 | 76 | 325 | 136 | 23 |
| Binary | 11 | 101101 | 1100000 | 1100001 | 110101 | 0 | 111110 | 11010101 | 1011110 | 10011 |
Color Harmonies of #032D60
Complementary color
Monochromatic Colors of #032D60
Black with #032D60
Text Example
Text Example
White with #032D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D60; }
p { color: rgb(3,45,96); }
H1.HeaderClassName
{
color: #032D60;
}
.AnyTagClassName
{
color: #032D60;
}
</style>
background-color css
<style>
a { background-color: #032D60; }
a { background-color: rgb(3,45,96); }
div.DivClassName
{
background-color: #032D60;
}
.BgClassName
{
background-color: #032D60;
}
</style>
border-color css
<style>
span { border-color: #032D60; }
span { border-color: rgb(3,45,96); }
td.TdClassName
{
border-color: #032D60;
}
.TagClassName
{
border-color: #032D60;
}
</style>