Shades of Prussian Blue #03344F
Tints of Prussian Blue #03344F
RGB
CMYK
RGB Variations
Color information
#03344F (or 0x03344F) is known color: Prussian Blue. HEX triplet: 03, 34 and 4F. RGB value is (3,52,79). Sum of RGB (Red+Green+Blue) = 3+52+79=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 52 (20.70% from 255 or 38.81% from 134); Blue value is 79 (31.25% from 255 or 58.96% from 134); Max value from RGB is 79 - color contains mainly: blue. Hex color #03344F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03344F is #FCCBB0. Grayscale: #282828. Windows color (decimal): -16567217 or 5190659. OLE color: 5190659.
HSL color Cylindrical-coordinate representation of color #03344F: hue angle of 201.32º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03344F is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 52 | 79 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.69 |
| HSL | 201.32º | 0.93% | 0.16% | - |
| HSV(B) | 201.32º | 0.96% | 0.31% | - |
| XYZ | 2.68 | 3.04 | 7.84 | - |
| YUV | 40.43 | 149.77 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 79 | 0.96 | 0.34 | 0 | 0.69 | 201.32 | 0.93 | 0.16 |
| Hex | 3 | 34 | 4F | 60 | 22 | 0 | 45 | C9 | 5D | 10 |
| Octal | 3 | 64 | 117 | 140 | 42 | 0 | 105 | 311 | 135 | 20 |
| Binary | 11 | 110100 | 1001111 | 1100000 | 100010 | 0 | 1000101 | 11001001 | 1011101 | 10000 |
Color Harmonies of #03344F
Complementary color
Monochromatic Colors of #03344F
Black with #03344F
Text Example
Text Example
White with #03344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03344F; }
p { color: rgb(3,52,79); }
H1.HeaderClassName
{
color: #03344F;
}
.AnyTagClassName
{
color: #03344F;
}
</style>
background-color css
<style>
a { background-color: #03344F; }
a { background-color: rgb(3,52,79); }
div.DivClassName
{
background-color: #03344F;
}
.BgClassName
{
background-color: #03344F;
}
</style>
border-color css
<style>
span { border-color: #03344F; }
span { border-color: rgb(3,52,79); }
td.TdClassName
{
border-color: #03344F;
}
.TagClassName
{
border-color: #03344F;
}
</style>