Shades of Prussian Blue #03326A
Tints of Prussian Blue #03326A
RGB
CMYK
RGB Variations
Color information
#03326A (or 0x03326A) is known color: Prussian Blue. HEX triplet: 03, 32 and 6A. RGB value is (3,50,106). Sum of RGB (Red+Green+Blue) = 3+50+106=159 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.89% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #03326A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03326A is #FCCD95. Grayscale: #2A2A2A. Windows color (decimal): -16567702 or 6959619. OLE color: 6959619.
HSL color Cylindrical-coordinate representation of color #03326A: hue angle of 212.62º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03326A is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 50 | 106 | - |
| CMYK | 0.97 | 0.53 | 0 | 0.58 |
| HSL | 212.62º | 0.94% | 0.21% | - |
| HSV(B) | 212.62º | 0.97% | 0.42% | - |
| XYZ | 3.78 | 3.34 | 14.08 | - |
| YUV | 42.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 106 | 0.97 | 0.53 | 0 | 0.58 | 212.62 | 0.94 | 0.21 |
| Hex | 3 | 32 | 6A | 61 | 35 | 0 | 3A | D5 | 5E | 15 |
| Octal | 3 | 62 | 152 | 141 | 65 | 0 | 72 | 325 | 136 | 25 |
| Binary | 11 | 110010 | 1101010 | 1100001 | 110101 | 0 | 111010 | 11010101 | 1011110 | 10101 |
Color Harmonies of #03326A
Complementary color
Monochromatic Colors of #03326A
Black with #03326A
Text Example
Text Example
White with #03326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03326A; }
p { color: rgb(3,50,106); }
H1.HeaderClassName
{
color: #03326A;
}
.AnyTagClassName
{
color: #03326A;
}
</style>
background-color css
<style>
a { background-color: #03326A; }
a { background-color: rgb(3,50,106); }
div.DivClassName
{
background-color: #03326A;
}
.BgClassName
{
background-color: #03326A;
}
</style>
border-color css
<style>
span { border-color: #03326A; }
span { border-color: rgb(3,50,106); }
td.TdClassName
{
border-color: #03326A;
}
.TagClassName
{
border-color: #03326A;
}
</style>