Shades of Prussian Blue #03366E
Tints of Prussian Blue #03366E
RGB
CMYK
RGB Variations
Color information
#03366E (or 0x03366E) is known color: Prussian Blue. HEX triplet: 03, 36 and 6E. RGB value is (3,54,110). Sum of RGB (Red+Green+Blue) = 3+54+110=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 110 (43.36% from 255 or 65.87% from 167); Max value from RGB is 110 - color contains mainly: blue. Hex color #03366E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03366E is #FCC991. Grayscale: #2C2C2C. Windows color (decimal): -16566674 or 7222787. OLE color: 7222787.
HSL color Cylindrical-coordinate representation of color #03366E: hue angle of 211.4º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03366E is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 54 | 110 | - |
| CMYK | 0.97 | 0.51 | 0 | 0.57 |
| HSL | 211.4º | 0.95% | 0.22% | - |
| HSV(B) | 211.4º | 0.97% | 0.43% | - |
| XYZ | 4.17 | 3.78 | 15.26 | - |
| YUV | 45.14 | 164.6 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 110 | 0.97 | 0.51 | 0 | 0.57 | 211.4 | 0.95 | 0.22 |
| Hex | 3 | 36 | 6E | 61 | 33 | 0 | 39 | D3 | 5F | 16 |
| Octal | 3 | 66 | 156 | 141 | 63 | 0 | 71 | 323 | 137 | 26 |
| Binary | 11 | 110110 | 1101110 | 1100001 | 110011 | 0 | 111001 | 11010011 | 1011111 | 10110 |
Color Harmonies of #03366E
Complementary color
Monochromatic Colors of #03366E
Black with #03366E
Text Example
Text Example
White with #03366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03366E; }
p { color: rgb(3,54,110); }
H1.HeaderClassName
{
color: #03366E;
}
.AnyTagClassName
{
color: #03366E;
}
</style>
background-color css
<style>
a { background-color: #03366E; }
a { background-color: rgb(3,54,110); }
div.DivClassName
{
background-color: #03366E;
}
.BgClassName
{
background-color: #03366E;
}
</style>
border-color css
<style>
span { border-color: #03366E; }
span { border-color: rgb(3,54,110); }
td.TdClassName
{
border-color: #03366E;
}
.TagClassName
{
border-color: #03366E;
}
</style>