Shades of Prussian Blue #03326D
Tints of Prussian Blue #03326D
RGB
CMYK
RGB Variations
Color information
#03326D (or 0x03326D) is known color: Prussian Blue. HEX triplet: 03, 32 and 6D. RGB value is (3,50,109). Sum of RGB (Red+Green+Blue) = 3+50+109=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #03326D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03326D is #FCCD92. Grayscale: #2A2A2A. Windows color (decimal): -16567699 or 7156227. OLE color: 7156227.
HSL color Cylindrical-coordinate representation of color #03326D: hue angle of 213.4º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03326D is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 50 | 109 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.57 |
| HSL | 213.4º | 0.95% | 0.22% | - |
| HSV(B) | 213.4º | 0.97% | 0.43% | - |
| XYZ | 3.94 | 3.4 | 14.92 | - |
| YUV | 42.67 | 165.43 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 109 | 0.97 | 0.54 | 0 | 0.57 | 213.4 | 0.95 | 0.22 |
| Hex | 3 | 32 | 6D | 61 | 36 | 0 | 39 | D5 | 5F | 16 |
| Octal | 3 | 62 | 155 | 141 | 66 | 0 | 71 | 325 | 137 | 26 |
| Binary | 11 | 110010 | 1101101 | 1100001 | 110110 | 0 | 111001 | 11010101 | 1011111 | 10110 |
Color Harmonies of #03326D
Complementary color
Monochromatic Colors of #03326D
Black with #03326D
Text Example
Text Example
White with #03326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03326D; }
p { color: rgb(3,50,109); }
H1.HeaderClassName
{
color: #03326D;
}
.AnyTagClassName
{
color: #03326D;
}
</style>
background-color css
<style>
a { background-color: #03326D; }
a { background-color: rgb(3,50,109); }
div.DivClassName
{
background-color: #03326D;
}
.BgClassName
{
background-color: #03326D;
}
</style>
border-color css
<style>
span { border-color: #03326D; }
span { border-color: rgb(3,50,109); }
td.TdClassName
{
border-color: #03326D;
}
.TagClassName
{
border-color: #03326D;
}
</style>