Shades of Prussian Blue #032F4E
Tints of Prussian Blue #032F4E
RGB
CMYK
RGB Variations
Color information
#032F4E (or 0x032F4E) is known color: Prussian Blue. HEX triplet: 03, 2F and 4E. RGB value is (3,47,78). Sum of RGB (Red+Green+Blue) = 3+47+78=128 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.34% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #032F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032F4E is #FCD0B1. Grayscale: #252525. Windows color (decimal): -16568498 or 5123843. OLE color: 5123843.
HSL color Cylindrical-coordinate representation of color #032F4E: hue angle of 204.8º 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 #032F4E is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 47 | 78 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.69 |
| HSL | 204.8º | 0.93% | 0.16% | - |
| HSV(B) | 204.8º | 0.96% | 0.31% | - |
| XYZ | 2.43 | 2.6 | 7.58 | - |
| YUV | 37.38 | 150.92 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 47 | 78 | 0.96 | 0.40 | 0 | 0.69 | 204.8 | 0.93 | 0.16 |
| Hex | 3 | 2F | 4E | 60 | 28 | 0 | 45 | CD | 5D | 10 |
| Octal | 3 | 57 | 116 | 140 | 50 | 0 | 105 | 315 | 135 | 20 |
| Binary | 11 | 101111 | 1001110 | 1100000 | 101000 | 0 | 1000101 | 11001101 | 1011101 | 10000 |
Color Harmonies of #032F4E
Complementary color
Monochromatic Colors of #032F4E
Black with #032F4E
Text Example
Text Example
White with #032F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032F4E; }
p { color: rgb(3,47,78); }
H1.HeaderClassName
{
color: #032F4E;
}
.AnyTagClassName
{
color: #032F4E;
}
</style>
background-color css
<style>
a { background-color: #032F4E; }
a { background-color: rgb(3,47,78); }
div.DivClassName
{
background-color: #032F4E;
}
.BgClassName
{
background-color: #032F4E;
}
</style>
border-color css
<style>
span { border-color: #032F4E; }
span { border-color: rgb(3,47,78); }
td.TdClassName
{
border-color: #032F4E;
}
.TagClassName
{
border-color: #032F4E;
}
</style>