Shades of Prussian Blue #032E4D
Tints of Prussian Blue #032E4D
RGB
CMYK
RGB Variations
Color information
#032E4D (or 0x032E4D) is known color: Prussian Blue. HEX triplet: 03, 2E and 4D. RGB value is (3,46,77). Sum of RGB (Red+Green+Blue) = 3+46+77=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #032E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032E4D is #FCD1B2. Grayscale: #242424. Windows color (decimal): -16568755 or 5058051. OLE color: 5058051.
HSL color Cylindrical-coordinate representation of color #032E4D: hue angle of 205.14º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032E4D is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 46 | 77 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.70 |
| HSL | 205.14º | 0.93% | 0.16% | - |
| HSV(B) | 205.14º | 0.96% | 0.3% | - |
| XYZ | 2.35 | 2.51 | 7.38 | - |
| YUV | 36.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 77 | 0.96 | 0.40 | 0 | 0.70 | 205.14 | 0.93 | 0.16 |
| Hex | 3 | 2E | 4D | 60 | 28 | 0 | 46 | CD | 5C | 10 |
| Octal | 3 | 56 | 115 | 140 | 50 | 0 | 106 | 315 | 134 | 20 |
| Binary | 11 | 101110 | 1001101 | 1100000 | 101000 | 0 | 1000110 | 11001101 | 1011100 | 10000 |
Color Harmonies of #032E4D
Complementary color
Monochromatic Colors of #032E4D
Black with #032E4D
Text Example
Text Example
White with #032E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E4D; }
p { color: rgb(3,46,77); }
H1.HeaderClassName
{
color: #032E4D;
}
.AnyTagClassName
{
color: #032E4D;
}
</style>
background-color css
<style>
a { background-color: #032E4D; }
a { background-color: rgb(3,46,77); }
div.DivClassName
{
background-color: #032E4D;
}
.BgClassName
{
background-color: #032E4D;
}
</style>
border-color css
<style>
span { border-color: #032E4D; }
span { border-color: rgb(3,46,77); }
td.TdClassName
{
border-color: #032E4D;
}
.TagClassName
{
border-color: #032E4D;
}
</style>