Shades of Prussian Blue #032B4D
Tints of Prussian Blue #032B4D
RGB
CMYK
RGB Variations
Color information
#032B4D (or 0x032B4D) is known color: Prussian Blue. HEX triplet: 03, 2B and 4D. RGB value is (3,43,77). Sum of RGB (Red+Green+Blue) = 3+43+77=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #032B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032B4D is #FCD4B2. Grayscale: #222222. Windows color (decimal): -16569523 or 5057283. OLE color: 5057283.
HSL color Cylindrical-coordinate representation of color #032B4D: hue angle of 207.57º 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 #032B4D is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 43 | 77 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.70 |
| HSL | 207.57º | 0.93% | 0.16% | - |
| HSV(B) | 207.57º | 0.96% | 0.3% | - |
| XYZ | 2.24 | 2.28 | 7.34 | - |
| YUV | 34.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 77 | 0.96 | 0.44 | 0 | 0.70 | 207.57 | 0.93 | 0.16 |
| Hex | 3 | 2B | 4D | 60 | 2C | 0 | 46 | D0 | 5C | 10 |
| Octal | 3 | 53 | 115 | 140 | 54 | 0 | 106 | 320 | 134 | 20 |
| Binary | 11 | 101011 | 1001101 | 1100000 | 101100 | 0 | 1000110 | 11010000 | 1011100 | 10000 |
Color Harmonies of #032B4D
Complementary color
Monochromatic Colors of #032B4D
Black with #032B4D
Text Example
Text Example
White with #032B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B4D; }
p { color: rgb(3,43,77); }
H1.HeaderClassName
{
color: #032B4D;
}
.AnyTagClassName
{
color: #032B4D;
}
</style>
background-color css
<style>
a { background-color: #032B4D; }
a { background-color: rgb(3,43,77); }
div.DivClassName
{
background-color: #032B4D;
}
.BgClassName
{
background-color: #032B4D;
}
</style>
border-color css
<style>
span { border-color: #032B4D; }
span { border-color: rgb(3,43,77); }
td.TdClassName
{
border-color: #032B4D;
}
.TagClassName
{
border-color: #032B4D;
}
</style>