Shades of Prussian Blue #032449
Tints of Prussian Blue #032449
RGB
CMYK
RGB Variations
Color information
#032449 (or 0x032449) is known color: Prussian Blue. HEX triplet: 03, 24 and 49. RGB value is (3,36,73). Sum of RGB (Red+Green+Blue) = 3+36+73=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #032449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032449 is #FCDBB6. Grayscale: #1E1E1E. Windows color (decimal): -16571319 or 4793347. OLE color: 4793347.
HSL color Cylindrical-coordinate representation of color #032449: hue angle of 211.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #032449 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 36 | 73 | - |
| CMYK | 0.96 | 0.51 | 0 | 0.71 |
| HSL | 211.71º | 0.92% | 0.15% | - |
| HSV(B) | 211.71º | 0.96% | 0.29% | - |
| XYZ | 1.87 | 1.76 | 6.54 | - |
| YUV | 30.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 73 | 0.96 | 0.51 | 0 | 0.71 | 211.71 | 0.92 | 0.15 |
| Hex | 3 | 24 | 49 | 60 | 33 | 0 | 47 | D4 | 5C | F |
| Octal | 3 | 44 | 111 | 140 | 63 | 0 | 107 | 324 | 134 | 17 |
| Binary | 11 | 100100 | 1001001 | 1100000 | 110011 | 0 | 1000111 | 11010100 | 1011100 | 1111 |
Color Harmonies of #032449
Complementary color
Monochromatic Colors of #032449
Black with #032449
Text Example
Text Example
White with #032449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032449; }
p { color: rgb(3,36,73); }
H1.HeaderClassName
{
color: #032449;
}
.AnyTagClassName
{
color: #032449;
}
</style>
background-color css
<style>
a { background-color: #032449; }
a { background-color: rgb(3,36,73); }
div.DivClassName
{
background-color: #032449;
}
.BgClassName
{
background-color: #032449;
}
</style>
border-color css
<style>
span { border-color: #032449; }
span { border-color: rgb(3,36,73); }
td.TdClassName
{
border-color: #032449;
}
.TagClassName
{
border-color: #032449;
}
</style>