Shades of Prussian Blue #032C4D
Tints of Prussian Blue #032C4D
RGB
CMYK
RGB Variations
Color information
#032C4D (or 0x032C4D) is known color: Prussian Blue. HEX triplet: 03, 2C and 4D. RGB value is (3,44,77). Sum of RGB (Red+Green+Blue) = 3+44+77=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #032C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #032C4D is #FCD3B2. Grayscale: #232323. Windows color (decimal): -16569267 or 5057539. OLE color: 5057539.
HSL color Cylindrical-coordinate representation of color #032C4D: hue angle of 206.76º 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 #032C4D is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 44 | 77 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.70 |
| HSL | 206.76º | 0.93% | 0.16% | - |
| HSV(B) | 206.76º | 0.96% | 0.3% | - |
| XYZ | 2.28 | 2.36 | 7.36 | - |
| YUV | 35.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 44 | 77 | 0.96 | 0.43 | 0 | 0.70 | 206.76 | 0.93 | 0.16 |
| Hex | 3 | 2C | 4D | 60 | 2B | 0 | 46 | CF | 5C | 10 |
| Octal | 3 | 54 | 115 | 140 | 53 | 0 | 106 | 317 | 134 | 20 |
| Binary | 11 | 101100 | 1001101 | 1100000 | 101011 | 0 | 1000110 | 11001111 | 1011100 | 10000 |
Color Harmonies of #032C4D
Complementary color
Monochromatic Colors of #032C4D
Black with #032C4D
Text Example
Text Example
White with #032C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032C4D; }
p { color: rgb(3,44,77); }
H1.HeaderClassName
{
color: #032C4D;
}
.AnyTagClassName
{
color: #032C4D;
}
</style>
background-color css
<style>
a { background-color: #032C4D; }
a { background-color: rgb(3,44,77); }
div.DivClassName
{
background-color: #032C4D;
}
.BgClassName
{
background-color: #032C4D;
}
</style>
border-color css
<style>
span { border-color: #032C4D; }
span { border-color: rgb(3,44,77); }
td.TdClassName
{
border-color: #032C4D;
}
.TagClassName
{
border-color: #032C4D;
}
</style>