Shades of Prussian Blue #03344D
Tints of Prussian Blue #03344D
RGB
CMYK
RGB Variations
Color information
#03344D (or 0x03344D) is known color: Prussian Blue. HEX triplet: 03, 34 and 4D. RGB value is (3,52,77). Sum of RGB (Red+Green+Blue) = 3+52+77=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 77 (30.47% from 255 or 58.33% from 132); Max value from RGB is 77 - color contains mainly: blue. Hex color #03344D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03344D is #FCCBB2. Grayscale: #282828. Windows color (decimal): -16567219 or 5059587. OLE color: 5059587.
HSL color Cylindrical-coordinate representation of color #03344D: hue angle of 200.27º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03344D is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 52 | 77 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.70 |
| HSL | 200.27º | 0.93% | 0.16% | - |
| HSV(B) | 200.27º | 0.96% | 0.3% | - |
| XYZ | 2.61 | 3.01 | 7.47 | - |
| YUV | 40.2 | 148.77 | 101.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 77 | 0.96 | 0.32 | 0 | 0.70 | 200.27 | 0.93 | 0.16 |
| Hex | 3 | 34 | 4D | 60 | 20 | 0 | 46 | C8 | 5C | 10 |
| Octal | 3 | 64 | 115 | 140 | 40 | 0 | 106 | 310 | 134 | 20 |
| Binary | 11 | 110100 | 1001101 | 1100000 | 100000 | 0 | 1000110 | 11001000 | 1011100 | 10000 |
Color Harmonies of #03344D
Complementary color
Monochromatic Colors of #03344D
Black with #03344D
Text Example
Text Example
White with #03344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03344D; }
p { color: rgb(3,52,77); }
H1.HeaderClassName
{
color: #03344D;
}
.AnyTagClassName
{
color: #03344D;
}
</style>
background-color css
<style>
a { background-color: #03344D; }
a { background-color: rgb(3,52,77); }
div.DivClassName
{
background-color: #03344D;
}
.BgClassName
{
background-color: #03344D;
}
</style>
border-color css
<style>
span { border-color: #03344D; }
span { border-color: rgb(3,52,77); }
td.TdClassName
{
border-color: #03344D;
}
.TagClassName
{
border-color: #03344D;
}
</style>