Shades of Prussian Blue #032F73
Tints of Prussian Blue #032F73
RGB
CMYK
RGB Variations
Color information
#032F73 (or 0x032F73) is known color: Prussian Blue. HEX triplet: 03, 2F and 73. RGB value is (3,47,115). Sum of RGB (Red+Green+Blue) = 3+47+115=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #032F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F73 is #FCD08C. Grayscale: #292929. Windows color (decimal): -16568461 or 7548675. OLE color: 7548675.
HSL color Cylindrical-coordinate representation of color #032F73: hue angle of 216.43º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032F73 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 47 | 115 | - |
| CMYK | 0.97 | 0.59 | 0 | 0.55 |
| HSL | 216.43º | 0.95% | 0.23% | - |
| HSV(B) | 216.43º | 0.97% | 0.45% | - |
| XYZ | 4.15 | 3.29 | 16.64 | - |
| YUV | 41.6 | 169.42 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 115 | 0.97 | 0.59 | 0 | 0.55 | 216.43 | 0.95 | 0.23 |
| Hex | 3 | 2F | 73 | 61 | 3B | 0 | 37 | D8 | 5F | 17 |
| Octal | 3 | 57 | 163 | 141 | 73 | 0 | 67 | 330 | 137 | 27 |
| Binary | 11 | 101111 | 1110011 | 1100001 | 111011 | 0 | 110111 | 11011000 | 1011111 | 10111 |
Color Harmonies of #032F73
Complementary color
Monochromatic Colors of #032F73
Black with #032F73
Text Example
Text Example
White with #032F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F73; }
p { color: rgb(3,47,115); }
H1.HeaderClassName
{
color: #032F73;
}
.AnyTagClassName
{
color: #032F73;
}
</style>
background-color css
<style>
a { background-color: #032F73; }
a { background-color: rgb(3,47,115); }
div.DivClassName
{
background-color: #032F73;
}
.BgClassName
{
background-color: #032F73;
}
</style>
border-color css
<style>
span { border-color: #032F73; }
span { border-color: rgb(3,47,115); }
td.TdClassName
{
border-color: #032F73;
}
.TagClassName
{
border-color: #032F73;
}
</style>