Shades of Prussian Blue #03334E
Tints of Prussian Blue #03334E
RGB
CMYK
RGB Variations
Color information
#03334E (or 0x03334E) is known color: Prussian Blue. HEX triplet: 03, 33 and 4E. RGB value is (3,51,78). Sum of RGB (Red+Green+Blue) = 3+51+78=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #03334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03334E is #FCCCB1. Grayscale: #272727. Windows color (decimal): -16567474 or 5124867. OLE color: 5124867.
HSL color Cylindrical-coordinate representation of color #03334E: hue angle of 201.6º 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 #03334E is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 51 | 78 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.69 |
| HSL | 201.6º | 0.93% | 0.16% | - |
| HSV(B) | 201.6º | 0.96% | 0.31% | - |
| XYZ | 2.6 | 2.94 | 7.64 | - |
| YUV | 39.73 | 149.6 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 78 | 0.96 | 0.35 | 0 | 0.69 | 201.6 | 0.93 | 0.16 |
| Hex | 3 | 33 | 4E | 60 | 23 | 0 | 45 | CA | 5D | 10 |
| Octal | 3 | 63 | 116 | 140 | 43 | 0 | 105 | 312 | 135 | 20 |
| Binary | 11 | 110011 | 1001110 | 1100000 | 100011 | 0 | 1000101 | 11001010 | 1011101 | 10000 |
Color Harmonies of #03334E
Complementary color
Monochromatic Colors of #03334E
Black with #03334E
Text Example
Text Example
White with #03334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03334E; }
p { color: rgb(3,51,78); }
H1.HeaderClassName
{
color: #03334E;
}
.AnyTagClassName
{
color: #03334E;
}
</style>
background-color css
<style>
a { background-color: #03334E; }
a { background-color: rgb(3,51,78); }
div.DivClassName
{
background-color: #03334E;
}
.BgClassName
{
background-color: #03334E;
}
</style>
border-color css
<style>
span { border-color: #03334E; }
span { border-color: rgb(3,51,78); }
td.TdClassName
{
border-color: #03334E;
}
.TagClassName
{
border-color: #03334E;
}
</style>