Shades of Prussian Blue #032B4C
Tints of Prussian Blue #032B4C
RGB
CMYK
RGB Variations
Color information
#032B4C (or 0x032B4C) is known color: Prussian Blue. HEX triplet: 03, 2B and 4C. RGB value is (3,43,76). Sum of RGB (Red+Green+Blue) = 3+43+76=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #032B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B4C is #FCD4B3. Grayscale: #222222. Windows color (decimal): -16569524 or 4991747. OLE color: 4991747.
HSL color Cylindrical-coordinate representation of color #032B4C: hue angle of 207.12º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032B4C is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 43 | 76 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.70 |
| HSL | 207.12º | 0.92% | 0.15% | - |
| HSV(B) | 207.12º | 0.96% | 0.3% | - |
| XYZ | 2.21 | 2.27 | 7.16 | - |
| YUV | 34.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 43 | 76 | 0.96 | 0.43 | 0 | 0.70 | 207.12 | 0.92 | 0.15 |
| Hex | 3 | 2B | 4C | 60 | 2B | 0 | 46 | CF | 5C | F |
| Octal | 3 | 53 | 114 | 140 | 53 | 0 | 106 | 317 | 134 | 17 |
| Binary | 11 | 101011 | 1001100 | 1100000 | 101011 | 0 | 1000110 | 11001111 | 1011100 | 1111 |
Color Harmonies of #032B4C
Complementary color
Monochromatic Colors of #032B4C
Black with #032B4C
Text Example
Text Example
White with #032B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032B4C; }
p { color: rgb(3,43,76); }
H1.HeaderClassName
{
color: #032B4C;
}
.AnyTagClassName
{
color: #032B4C;
}
</style>
background-color css
<style>
a { background-color: #032B4C; }
a { background-color: rgb(3,43,76); }
div.DivClassName
{
background-color: #032B4C;
}
.BgClassName
{
background-color: #032B4C;
}
</style>
border-color css
<style>
span { border-color: #032B4C; }
span { border-color: rgb(3,43,76); }
td.TdClassName
{
border-color: #032B4C;
}
.TagClassName
{
border-color: #032B4C;
}
</style>