Shades of Prussian Blue #03324E
Tints of Prussian Blue #03324E
RGB
CMYK
RGB Variations
Color information
#03324E (or 0x03324E) is known color: Prussian Blue. HEX triplet: 03, 32 and 4E. RGB value is (3,50,78). Sum of RGB (Red+Green+Blue) = 3+50+78=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 50 (19.92% from 255 or 38.17% from 131); Blue value is 78 (30.86% from 255 or 59.54% from 131); Max value from RGB is 78 - color contains mainly: blue. Hex color #03324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03324E is #FCCDB1. Grayscale: #262626. Windows color (decimal): -16567730 or 5124611. OLE color: 5124611.
HSL color Cylindrical-coordinate representation of color #03324E: hue angle of 202.4º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03324E is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 50 | 78 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.69 |
| HSL | 202.4º | 0.93% | 0.16% | - |
| HSV(B) | 202.4º | 0.96% | 0.31% | - |
| XYZ | 2.55 | 2.85 | 7.62 | - |
| YUV | 39.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 78 | 0.96 | 0.36 | 0 | 0.69 | 202.4 | 0.93 | 0.16 |
| Hex | 3 | 32 | 4E | 60 | 24 | 0 | 45 | CA | 5D | 10 |
| Octal | 3 | 62 | 116 | 140 | 44 | 0 | 105 | 312 | 135 | 20 |
| Binary | 11 | 110010 | 1001110 | 1100000 | 100100 | 0 | 1000101 | 11001010 | 1011101 | 10000 |
Color Harmonies of #03324E
Complementary color
Monochromatic Colors of #03324E
Black with #03324E
Text Example
Text Example
White with #03324E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03324E; }
p { color: rgb(3,50,78); }
H1.HeaderClassName
{
color: #03324E;
}
.AnyTagClassName
{
color: #03324E;
}
</style>
background-color css
<style>
a { background-color: #03324E; }
a { background-color: rgb(3,50,78); }
div.DivClassName
{
background-color: #03324E;
}
.BgClassName
{
background-color: #03324E;
}
</style>
border-color css
<style>
span { border-color: #03324E; }
span { border-color: rgb(3,50,78); }
td.TdClassName
{
border-color: #03324E;
}
.TagClassName
{
border-color: #03324E;
}
</style>