Shades of Prussian Blue #032851
Tints of Prussian Blue #032851
RGB
CMYK
RGB Variations
Color information
#032851 (or 0x032851) is known color: Prussian Blue. HEX triplet: 03, 28 and 51. RGB value is (3,40,81). Sum of RGB (Red+Green+Blue) = 3+40+81=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #032851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032851 is #FCD7AE. Grayscale: #212121. Windows color (decimal): -16570287 or 5318659. OLE color: 5318659.
HSL color Cylindrical-coordinate representation of color #032851: hue angle of 211.54º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032851 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 40 | 81 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.68 |
| HSL | 211.54º | 0.93% | 0.16% | - |
| HSV(B) | 211.54º | 0.96% | 0.32% | - |
| XYZ | 2.28 | 2.13 | 8.08 | - |
| YUV | 33.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 81 | 0.96 | 0.51 | 0 | 0.68 | 211.54 | 0.93 | 0.16 |
| Hex | 3 | 28 | 51 | 60 | 33 | 0 | 44 | D4 | 5D | 10 |
| Octal | 3 | 50 | 121 | 140 | 63 | 0 | 104 | 324 | 135 | 20 |
| Binary | 11 | 101000 | 1010001 | 1100000 | 110011 | 0 | 1000100 | 11010100 | 1011101 | 10000 |
Color Harmonies of #032851
Complementary color
Monochromatic Colors of #032851
Black with #032851
Text Example
Text Example
White with #032851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032851; }
p { color: rgb(3,40,81); }
H1.HeaderClassName
{
color: #032851;
}
.AnyTagClassName
{
color: #032851;
}
</style>
background-color css
<style>
a { background-color: #032851; }
a { background-color: rgb(3,40,81); }
div.DivClassName
{
background-color: #032851;
}
.BgClassName
{
background-color: #032851;
}
</style>
border-color css
<style>
span { border-color: #032851; }
span { border-color: rgb(3,40,81); }
td.TdClassName
{
border-color: #032851;
}
.TagClassName
{
border-color: #032851;
}
</style>