Shades of Prussian Blue #032C60
Tints of Prussian Blue #032C60
RGB
CMYK
RGB Variations
Color information
#032C60 (or 0x032C60) is known color: Prussian Blue. HEX triplet: 03, 2C and 60. RGB value is (3,44,96). Sum of RGB (Red+Green+Blue) = 3+44+96=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #032C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C60 is #FCD39F. Grayscale: #252525. Windows color (decimal): -16569248 or 6302723. OLE color: 6302723.
HSL color Cylindrical-coordinate representation of color #032C60: hue angle of 213.55º 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 #032C60 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 44 | 96 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.62 |
| HSL | 213.55º | 0.94% | 0.19% | - |
| HSV(B) | 213.55º | 0.97% | 0.38% | - |
| XYZ | 3.05 | 2.67 | 11.42 | - |
| YUV | 37.67 | 160.92 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 96 | 0.97 | 0.54 | 0 | 0.62 | 213.55 | 0.94 | 0.19 |
| Hex | 3 | 2C | 60 | 61 | 36 | 0 | 3E | D6 | 5E | 13 |
| Octal | 3 | 54 | 140 | 141 | 66 | 0 | 76 | 326 | 136 | 23 |
| Binary | 11 | 101100 | 1100000 | 1100001 | 110110 | 0 | 111110 | 11010110 | 1011110 | 10011 |
Color Harmonies of #032C60
Complementary color
Monochromatic Colors of #032C60
Black with #032C60
Text Example
Text Example
White with #032C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C60; }
p { color: rgb(3,44,96); }
H1.HeaderClassName
{
color: #032C60;
}
.AnyTagClassName
{
color: #032C60;
}
</style>
background-color css
<style>
a { background-color: #032C60; }
a { background-color: rgb(3,44,96); }
div.DivClassName
{
background-color: #032C60;
}
.BgClassName
{
background-color: #032C60;
}
</style>
border-color css
<style>
span { border-color: #032C60; }
span { border-color: rgb(3,44,96); }
td.TdClassName
{
border-color: #032C60;
}
.TagClassName
{
border-color: #032C60;
}
</style>