Shades of Prussian Blue #032850
Tints of Prussian Blue #032850
RGB
CMYK
RGB Variations
Color information
#032850 (or 0x032850) is known color: Prussian Blue. HEX triplet: 03, 28 and 50. RGB value is (3,40,80). Sum of RGB (Red+Green+Blue) = 3+40+80=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #032850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032850 is #FCD7AF. Grayscale: #212121. Windows color (decimal): -16570288 or 5253123. OLE color: 5253123.
HSL color Cylindrical-coordinate representation of color #032850: hue angle of 211.17º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032850 is Cyan = 0.96, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 40 | 80 | - |
| CMYK | 0.96 | 0.5 | 0 | 0.69 |
| HSL | 211.17º | 0.93% | 0.16% | - |
| HSV(B) | 211.17º | 0.96% | 0.31% | - |
| XYZ | 2.24 | 2.12 | 7.88 | - |
| YUV | 33.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 80 | 0.96 | 0.5 | 0 | 0.69 | 211.17 | 0.93 | 0.16 |
| Hex | 3 | 28 | 50 | 60 | 32 | 0 | 45 | D3 | 5D | 10 |
| Octal | 3 | 50 | 120 | 140 | 62 | 0 | 105 | 323 | 135 | 20 |
| Binary | 11 | 101000 | 1010000 | 1100000 | 110010 | 0 | 1000101 | 11010011 | 1011101 | 10000 |
Color Harmonies of #032850
Complementary color
Monochromatic Colors of #032850
Black with #032850
Text Example
Text Example
White with #032850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032850; }
p { color: rgb(3,40,80); }
H1.HeaderClassName
{
color: #032850;
}
.AnyTagClassName
{
color: #032850;
}
</style>
background-color css
<style>
a { background-color: #032850; }
a { background-color: rgb(3,40,80); }
div.DivClassName
{
background-color: #032850;
}
.BgClassName
{
background-color: #032850;
}
</style>
border-color css
<style>
span { border-color: #032850; }
span { border-color: rgb(3,40,80); }
td.TdClassName
{
border-color: #032850;
}
.TagClassName
{
border-color: #032850;
}
</style>