Shades of Prussian Blue #03344E
Tints of Prussian Blue #03344E
RGB
CMYK
RGB Variations
Color information
#03344E (or 0x03344E) is known color: Prussian Blue. HEX triplet: 03, 34 and 4E. RGB value is (3,52,78). Sum of RGB (Red+Green+Blue) = 3+52+78=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 52 (20.70% from 255 or 39.10% from 133); Blue value is 78 (30.86% from 255 or 58.65% from 133); Max value from RGB is 78 - color contains mainly: blue. Hex color #03344E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03344E is #FCCBB1. Grayscale: #282828. Windows color (decimal): -16567218 or 5125123. OLE color: 5125123.
HSL color Cylindrical-coordinate representation of color #03344E: hue angle of 200.8º 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 #03344E is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 52 | 78 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.69 |
| HSL | 200.8º | 0.93% | 0.16% | - |
| HSV(B) | 200.8º | 0.96% | 0.31% | - |
| XYZ | 2.64 | 3.03 | 7.65 | - |
| YUV | 40.31 | 149.27 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 78 | 0.96 | 0.33 | 0 | 0.69 | 200.8 | 0.93 | 0.16 |
| Hex | 3 | 34 | 4E | 60 | 21 | 0 | 45 | C9 | 5D | 10 |
| Octal | 3 | 64 | 116 | 140 | 41 | 0 | 105 | 311 | 135 | 20 |
| Binary | 11 | 110100 | 1001110 | 1100000 | 100001 | 0 | 1000101 | 11001001 | 1011101 | 10000 |
Color Harmonies of #03344E
Complementary color
Monochromatic Colors of #03344E
Black with #03344E
Text Example
Text Example
White with #03344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03344E; }
p { color: rgb(3,52,78); }
H1.HeaderClassName
{
color: #03344E;
}
.AnyTagClassName
{
color: #03344E;
}
</style>
background-color css
<style>
a { background-color: #03344E; }
a { background-color: rgb(3,52,78); }
div.DivClassName
{
background-color: #03344E;
}
.BgClassName
{
background-color: #03344E;
}
</style>
border-color css
<style>
span { border-color: #03344E; }
span { border-color: rgb(3,52,78); }
td.TdClassName
{
border-color: #03344E;
}
.TagClassName
{
border-color: #03344E;
}
</style>