Shades of Prussian Blue #03306E
Tints of Prussian Blue #03306E
RGB
CMYK
RGB Variations
Color information
#03306E (or 0x03306E) is known color: Prussian Blue. HEX triplet: 03, 30 and 6E. RGB value is (3,48,110). Sum of RGB (Red+Green+Blue) = 3+48+110=161 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.86% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #03306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03306E is #FCCF91. Grayscale: #292929. Windows color (decimal): -16568210 or 7221251. OLE color: 7221251.
HSL color Cylindrical-coordinate representation of color #03306E: hue angle of 214.77º 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 #03306E is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 48 | 110 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.57 |
| HSL | 214.77º | 0.95% | 0.22% | - |
| HSV(B) | 214.77º | 0.97% | 0.43% | - |
| XYZ | 3.91 | 3.26 | 15.17 | - |
| YUV | 41.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 110 | 0.97 | 0.56 | 0 | 0.57 | 214.77 | 0.95 | 0.22 |
| Hex | 3 | 30 | 6E | 61 | 38 | 0 | 39 | D7 | 5F | 16 |
| Octal | 3 | 60 | 156 | 141 | 70 | 0 | 71 | 327 | 137 | 26 |
| Binary | 11 | 110000 | 1101110 | 1100001 | 111000 | 0 | 111001 | 11010111 | 1011111 | 10110 |
Color Harmonies of #03306E
Complementary color
Monochromatic Colors of #03306E
Black with #03306E
Text Example
Text Example
White with #03306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03306E; }
p { color: rgb(3,48,110); }
H1.HeaderClassName
{
color: #03306E;
}
.AnyTagClassName
{
color: #03306E;
}
</style>
background-color css
<style>
a { background-color: #03306E; }
a { background-color: rgb(3,48,110); }
div.DivClassName
{
background-color: #03306E;
}
.BgClassName
{
background-color: #03306E;
}
</style>
border-color css
<style>
span { border-color: #03306E; }
span { border-color: rgb(3,48,110); }
td.TdClassName
{
border-color: #03306E;
}
.TagClassName
{
border-color: #03306E;
}
</style>