Shades of Prussian Blue #032D59
Tints of Prussian Blue #032D59
RGB
CMYK
RGB Variations
Color information
#032D59 (or 0x032D59) is known color: Prussian Blue. HEX triplet: 03, 2D and 59. RGB value is (3,45,89). Sum of RGB (Red+Green+Blue) = 3+45+89=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #032D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D59 is #FCD2A6. Grayscale: #252525. Windows color (decimal): -16568999 or 5844227. OLE color: 5844227.
HSL color Cylindrical-coordinate representation of color #032D59: hue angle of 210.7º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032D59 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 45 | 89 | - |
| CMYK | 0.97 | 0.49 | 0 | 0.65 |
| HSL | 210.7º | 0.93% | 0.18% | - |
| HSV(B) | 210.7º | 0.97% | 0.35% | - |
| XYZ | 2.78 | 2.62 | 9.81 | - |
| YUV | 37.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 89 | 0.97 | 0.49 | 0 | 0.65 | 210.7 | 0.93 | 0.18 |
| Hex | 3 | 2D | 59 | 61 | 31 | 0 | 41 | D3 | 5D | 12 |
| Octal | 3 | 55 | 131 | 141 | 61 | 0 | 101 | 323 | 135 | 22 |
| Binary | 11 | 101101 | 1011001 | 1100001 | 110001 | 0 | 1000001 | 11010011 | 1011101 | 10010 |
Color Harmonies of #032D59
Complementary color
Monochromatic Colors of #032D59
Black with #032D59
Text Example
Text Example
White with #032D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D59; }
p { color: rgb(3,45,89); }
H1.HeaderClassName
{
color: #032D59;
}
.AnyTagClassName
{
color: #032D59;
}
</style>
background-color css
<style>
a { background-color: #032D59; }
a { background-color: rgb(3,45,89); }
div.DivClassName
{
background-color: #032D59;
}
.BgClassName
{
background-color: #032D59;
}
</style>
border-color css
<style>
span { border-color: #032D59; }
span { border-color: rgb(3,45,89); }
td.TdClassName
{
border-color: #032D59;
}
.TagClassName
{
border-color: #032D59;
}
</style>