Shades of Prussian Blue #032D56
Tints of Prussian Blue #032D56
RGB
CMYK
RGB Variations
Color information
#032D56 (or 0x032D56) is known color: Prussian Blue. HEX triplet: 03, 2D and 56. RGB value is (3,45,86). Sum of RGB (Red+Green+Blue) = 3+45+86=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 86 (33.98% from 255 or 64.18% from 134); Max value from RGB is 86 - color contains mainly: blue. Hex color #032D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D56 is #FCD2A9. Grayscale: #242424. Windows color (decimal): -16569002 or 5647619. OLE color: 5647619.
HSL color Cylindrical-coordinate representation of color #032D56: hue angle of 209.64º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D56 is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 45 | 86 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.66 |
| HSL | 209.64º | 0.93% | 0.17% | - |
| HSV(B) | 209.64º | 0.97% | 0.34% | - |
| XYZ | 2.66 | 2.57 | 9.16 | - |
| YUV | 37.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 86 | 0.97 | 0.48 | 0 | 0.66 | 209.64 | 0.93 | 0.17 |
| Hex | 3 | 2D | 56 | 61 | 30 | 0 | 42 | D2 | 5D | 11 |
| Octal | 3 | 55 | 126 | 141 | 60 | 0 | 102 | 322 | 135 | 21 |
| Binary | 11 | 101101 | 1010110 | 1100001 | 110000 | 0 | 1000010 | 11010010 | 1011101 | 10001 |
Color Harmonies of #032D56
Complementary color
Monochromatic Colors of #032D56
Black with #032D56
Text Example
Text Example
White with #032D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D56; }
p { color: rgb(3,45,86); }
H1.HeaderClassName
{
color: #032D56;
}
.AnyTagClassName
{
color: #032D56;
}
</style>
background-color css
<style>
a { background-color: #032D56; }
a { background-color: rgb(3,45,86); }
div.DivClassName
{
background-color: #032D56;
}
.BgClassName
{
background-color: #032D56;
}
</style>
border-color css
<style>
span { border-color: #032D56; }
span { border-color: rgb(3,45,86); }
td.TdClassName
{
border-color: #032D56;
}
.TagClassName
{
border-color: #032D56;
}
</style>