Shades of Prussian Blue #032F55
Tints of Prussian Blue #032F55
RGB
CMYK
RGB Variations
Color information
#032F55 (or 0x032F55) is known color: Prussian Blue. HEX triplet: 03, 2F and 55. RGB value is (3,47,85). Sum of RGB (Red+Green+Blue) = 3+47+85=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #032F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F55 is #FCD0AA. Grayscale: #252525. Windows color (decimal): -16568491 or 5582595. OLE color: 5582595.
HSL color Cylindrical-coordinate representation of color #032F55: hue angle of 207.8º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032F55 is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 47 | 85 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.67 |
| HSL | 207.8º | 0.93% | 0.17% | - |
| HSV(B) | 207.8º | 0.96% | 0.33% | - |
| XYZ | 2.69 | 2.71 | 8.98 | - |
| YUV | 38.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 85 | 0.96 | 0.45 | 0 | 0.67 | 207.8 | 0.93 | 0.17 |
| Hex | 3 | 2F | 55 | 60 | 2D | 0 | 43 | D0 | 5D | 11 |
| Octal | 3 | 57 | 125 | 140 | 55 | 0 | 103 | 320 | 135 | 21 |
| Binary | 11 | 101111 | 1010101 | 1100000 | 101101 | 0 | 1000011 | 11010000 | 1011101 | 10001 |
Color Harmonies of #032F55
Complementary color
Monochromatic Colors of #032F55
Black with #032F55
Text Example
Text Example
White with #032F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F55; }
p { color: rgb(3,47,85); }
H1.HeaderClassName
{
color: #032F55;
}
.AnyTagClassName
{
color: #032F55;
}
</style>
background-color css
<style>
a { background-color: #032F55; }
a { background-color: rgb(3,47,85); }
div.DivClassName
{
background-color: #032F55;
}
.BgClassName
{
background-color: #032F55;
}
</style>
border-color css
<style>
span { border-color: #032F55; }
span { border-color: rgb(3,47,85); }
td.TdClassName
{
border-color: #032F55;
}
.TagClassName
{
border-color: #032F55;
}
</style>