Shades of Prussian Blue #032D52
Tints of Prussian Blue #032D52
RGB
CMYK
RGB Variations
Color information
#032D52 (or 0x032D52) is known color: Prussian Blue. HEX triplet: 03, 2D and 52. RGB value is (3,45,82). Sum of RGB (Red+Green+Blue) = 3+45+82=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 82 (32.42% from 255 or 63.08% from 130); Max value from RGB is 82 - color contains mainly: blue. Hex color #032D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032D52 is #FCD2AD. Grayscale: #242424. Windows color (decimal): -16569006 or 5385475. OLE color: 5385475.
HSL color Cylindrical-coordinate representation of color #032D52: hue angle of 208.1º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032D52 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 45 | 82 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.68 |
| HSL | 208.1º | 0.93% | 0.17% | - |
| HSV(B) | 208.1º | 0.96% | 0.32% | - |
| XYZ | 2.5 | 2.51 | 8.33 | - |
| YUV | 36.66 | 153.59 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 82 | 0.96 | 0.45 | 0 | 0.68 | 208.1 | 0.93 | 0.17 |
| Hex | 3 | 2D | 52 | 60 | 2D | 0 | 44 | D0 | 5D | 11 |
| Octal | 3 | 55 | 122 | 140 | 55 | 0 | 104 | 320 | 135 | 21 |
| Binary | 11 | 101101 | 1010010 | 1100000 | 101101 | 0 | 1000100 | 11010000 | 1011101 | 10001 |
Color Harmonies of #032D52
Complementary color
Monochromatic Colors of #032D52
Black with #032D52
Text Example
Text Example
White with #032D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D52; }
p { color: rgb(3,45,82); }
H1.HeaderClassName
{
color: #032D52;
}
.AnyTagClassName
{
color: #032D52;
}
</style>
background-color css
<style>
a { background-color: #032D52; }
a { background-color: rgb(3,45,82); }
div.DivClassName
{
background-color: #032D52;
}
.BgClassName
{
background-color: #032D52;
}
</style>
border-color css
<style>
span { border-color: #032D52; }
span { border-color: rgb(3,45,82); }
td.TdClassName
{
border-color: #032D52;
}
.TagClassName
{
border-color: #032D52;
}
</style>