Shades of Prussian Blue #03325D
Tints of Prussian Blue #03325D
RGB
CMYK
RGB Variations
Color information
#03325D (or 0x03325D) is known color: Prussian Blue. HEX triplet: 03, 32 and 5D. RGB value is (3,50,93). Sum of RGB (Red+Green+Blue) = 3+50+93=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #03325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03325D is #FCCDA2. Grayscale: #282828. Windows color (decimal): -16567715 or 6107651. OLE color: 6107651.
HSL color Cylindrical-coordinate representation of color #03325D: hue angle of 208.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03325D is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 50 | 93 | - |
| CMYK | 0.97 | 0.46 | 0 | 0.64 |
| HSL | 208.67º | 0.94% | 0.19% | - |
| HSV(B) | 208.67º | 0.97% | 0.36% | - |
| XYZ | 3.15 | 3.09 | 10.79 | - |
| YUV | 40.85 | 157.43 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 50 | 93 | 0.97 | 0.46 | 0 | 0.64 | 208.67 | 0.94 | 0.19 |
| Hex | 3 | 32 | 5D | 61 | 2E | 0 | 40 | D1 | 5E | 13 |
| Octal | 3 | 62 | 135 | 141 | 56 | 0 | 100 | 321 | 136 | 23 |
| Binary | 11 | 110010 | 1011101 | 1100001 | 101110 | 0 | 1000000 | 11010001 | 1011110 | 10011 |
Color Harmonies of #03325D
Complementary color
Monochromatic Colors of #03325D
Black with #03325D
Text Example
Text Example
White with #03325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03325D; }
p { color: rgb(3,50,93); }
H1.HeaderClassName
{
color: #03325D;
}
.AnyTagClassName
{
color: #03325D;
}
</style>
background-color css
<style>
a { background-color: #03325D; }
a { background-color: rgb(3,50,93); }
div.DivClassName
{
background-color: #03325D;
}
.BgClassName
{
background-color: #03325D;
}
</style>
border-color css
<style>
span { border-color: #03325D; }
span { border-color: rgb(3,50,93); }
td.TdClassName
{
border-color: #03325D;
}
.TagClassName
{
border-color: #03325D;
}
</style>