Shades of Prussian Blue #032D5F
Tints of Prussian Blue #032D5F
RGB
CMYK
RGB Variations
Color information
#032D5F (or 0x032D5F) is known color: Prussian Blue. HEX triplet: 03, 2D and 5F. RGB value is (3,45,95). Sum of RGB (Red+Green+Blue) = 3+45+95=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 95 (37.5% from 255 or 66.43% from 143); Max value from RGB is 95 - color contains mainly: blue. Hex color #032D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D5F is #FCD2A0. Grayscale: #252525. Windows color (decimal): -16568993 or 6237443. OLE color: 6237443.
HSL color Cylindrical-coordinate representation of color #032D5F: hue angle of 212.61º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D5F is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 3 | 45 | 95 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.63 |
| HSL | 212.61º | 0.94% | 0.19% | - |
| HSV(B) | 212.61º | 0.97% | 0.37% | - |
| XYZ | 3.04 | 2.72 | 11.19 | - |
| YUV | 38.14 | 160.09 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 95 | 0.97 | 0.53 | 0 | 0.63 | 212.61 | 0.94 | 0.19 |
| Hex | 3 | 2D | 5F | 61 | 35 | 0 | 3F | D5 | 5E | 13 |
| Octal | 3 | 55 | 137 | 141 | 65 | 0 | 77 | 325 | 136 | 23 |
| Binary | 11 | 101101 | 1011111 | 1100001 | 110101 | 0 | 111111 | 11010101 | 1011110 | 10011 |
Color Harmonies of #032D5F
Complementary color
Monochromatic Colors of #032D5F
Black with #032D5F
Text Example
Text Example
White with #032D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D5F; }
p { color: rgb(3,45,95); }
H1.HeaderClassName
{
color: #032D5F;
}
.AnyTagClassName
{
color: #032D5F;
}
</style>
background-color css
<style>
a { background-color: #032D5F; }
a { background-color: rgb(3,45,95); }
div.DivClassName
{
background-color: #032D5F;
}
.BgClassName
{
background-color: #032D5F;
}
</style>
border-color css
<style>
span { border-color: #032D5F; }
span { border-color: rgb(3,45,95); }
td.TdClassName
{
border-color: #032D5F;
}
.TagClassName
{
border-color: #032D5F;
}
</style>