Shades of Prussian Blue #03325A
Tints of Prussian Blue #03325A
RGB
CMYK
RGB Variations
Color information
#03325A (or 0x03325A) is known color: Prussian Blue. HEX triplet: 03, 32 and 5A. RGB value is (3,50,90). Sum of RGB (Red+Green+Blue) = 3+50+90=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 90 (35.55% from 255 or 62.94% from 143); Max value from RGB is 90 - color contains mainly: blue. Hex color #03325A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03325A is #FCCDA5. Grayscale: #282828. Windows color (decimal): -16567718 or 5911043. OLE color: 5911043.
HSL color Cylindrical-coordinate representation of color #03325A: hue angle of 207.59º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03325A is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 50 | 90 | - |
| CMYK | 0.97 | 0.44 | 0 | 0.65 |
| HSL | 207.59º | 0.94% | 0.18% | - |
| HSV(B) | 207.59º | 0.97% | 0.35% | - |
| XYZ | 3.02 | 3.04 | 10.1 | - |
| YUV | 40.51 | 155.93 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 90 | 0.97 | 0.44 | 0 | 0.65 | 207.59 | 0.94 | 0.18 |
| Hex | 3 | 32 | 5A | 61 | 2C | 0 | 41 | D0 | 5E | 12 |
| Octal | 3 | 62 | 132 | 141 | 54 | 0 | 101 | 320 | 136 | 22 |
| Binary | 11 | 110010 | 1011010 | 1100001 | 101100 | 0 | 1000001 | 11010000 | 1011110 | 10010 |
Color Harmonies of #03325A
Complementary color
Monochromatic Colors of #03325A
Black with #03325A
Text Example
Text Example
White with #03325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03325A; }
p { color: rgb(3,50,90); }
H1.HeaderClassName
{
color: #03325A;
}
.AnyTagClassName
{
color: #03325A;
}
</style>
background-color css
<style>
a { background-color: #03325A; }
a { background-color: rgb(3,50,90); }
div.DivClassName
{
background-color: #03325A;
}
.BgClassName
{
background-color: #03325A;
}
</style>
border-color css
<style>
span { border-color: #03325A; }
span { border-color: rgb(3,50,90); }
td.TdClassName
{
border-color: #03325A;
}
.TagClassName
{
border-color: #03325A;
}
</style>