Shades of Prussian Blue #032D61
Tints of Prussian Blue #032D61
RGB
CMYK
RGB Variations
Color information
#032D61 (or 0x032D61) is known color: Prussian Blue. HEX triplet: 03, 2D and 61. RGB value is (3,45,97). Sum of RGB (Red+Green+Blue) = 3+45+97=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 45 (17.97% from 255 or 31.03% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #032D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D61 is #FCD29E. Grayscale: #262626. Windows color (decimal): -16568991 or 6368515. OLE color: 6368515.
HSL color Cylindrical-coordinate representation of color #032D61: hue angle of 213.19º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D61 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 45 | 97 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.62 |
| HSL | 213.19º | 0.94% | 0.2% | - |
| HSV(B) | 213.19º | 0.97% | 0.38% | - |
| XYZ | 3.13 | 2.76 | 11.68 | - |
| YUV | 38.37 | 161.09 | 102.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 97 | 0.97 | 0.54 | 0 | 0.62 | 213.19 | 0.94 | 0.2 |
| Hex | 3 | 2D | 61 | 61 | 36 | 0 | 3E | D5 | 5E | 14 |
| Octal | 3 | 55 | 141 | 141 | 66 | 0 | 76 | 325 | 136 | 24 |
| Binary | 11 | 101101 | 1100001 | 1100001 | 110110 | 0 | 111110 | 11010101 | 1011110 | 10100 |
Color Harmonies of #032D61
Complementary color
Monochromatic Colors of #032D61
Black with #032D61
Text Example
Text Example
White with #032D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D61; }
p { color: rgb(3,45,97); }
H1.HeaderClassName
{
color: #032D61;
}
.AnyTagClassName
{
color: #032D61;
}
</style>
background-color css
<style>
a { background-color: #032D61; }
a { background-color: rgb(3,45,97); }
div.DivClassName
{
background-color: #032D61;
}
.BgClassName
{
background-color: #032D61;
}
</style>
border-color css
<style>
span { border-color: #032D61; }
span { border-color: rgb(3,45,97); }
td.TdClassName
{
border-color: #032D61;
}
.TagClassName
{
border-color: #032D61;
}
</style>