Shades of Prussian Blue #032856
Tints of Prussian Blue #032856
RGB
CMYK
RGB Variations
Color information
#032856 (or 0x032856) is known color: Prussian Blue. HEX triplet: 03, 28 and 56. RGB value is (3,40,86). Sum of RGB (Red+Green+Blue) = 3+40+86=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 40 (16.02% from 255 or 31.01% from 129); Blue value is 86 (33.98% from 255 or 66.67% from 129); Max value from RGB is 86 - color contains mainly: blue. Hex color #032856 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032856 is #FCD7A9. Grayscale: #212121. Windows color (decimal): -16570282 or 5646339. OLE color: 5646339.
HSL color Cylindrical-coordinate representation of color #032856: hue angle of 213.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032856 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 3 | 40 | 86 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.66 |
| HSL | 213.25º | 0.93% | 0.17% | - |
| HSV(B) | 213.25º | 0.97% | 0.34% | - |
| XYZ | 2.48 | 2.21 | 9.1 | - |
| YUV | 34.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 86 | 0.97 | 0.53 | 0 | 0.66 | 213.25 | 0.93 | 0.17 |
| Hex | 3 | 28 | 56 | 61 | 35 | 0 | 42 | D5 | 5D | 11 |
| Octal | 3 | 50 | 126 | 141 | 65 | 0 | 102 | 325 | 135 | 21 |
| Binary | 11 | 101000 | 1010110 | 1100001 | 110101 | 0 | 1000010 | 11010101 | 1011101 | 10001 |
Color Harmonies of #032856
Complementary color
Monochromatic Colors of #032856
Black with #032856
Text Example
Text Example
White with #032856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032856; }
p { color: rgb(3,40,86); }
H1.HeaderClassName
{
color: #032856;
}
.AnyTagClassName
{
color: #032856;
}
</style>
background-color css
<style>
a { background-color: #032856; }
a { background-color: rgb(3,40,86); }
div.DivClassName
{
background-color: #032856;
}
.BgClassName
{
background-color: #032856;
}
</style>
border-color css
<style>
span { border-color: #032856; }
span { border-color: rgb(3,40,86); }
td.TdClassName
{
border-color: #032856;
}
.TagClassName
{
border-color: #032856;
}
</style>