Shades of Prussian Blue #03356E
Tints of Prussian Blue #03356E
RGB
CMYK
RGB Variations
Color information
#03356E (or 0x03356E) is known color: Prussian Blue. HEX triplet: 03, 35 and 6E. RGB value is (3,53,110). Sum of RGB (Red+Green+Blue) = 3+53+110=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 110 (43.36% from 255 or 66.27% from 166); Max value from RGB is 110 - color contains mainly: blue. Hex color #03356E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03356E is #FCCA91. Grayscale: #2C2C2C. Windows color (decimal): -16566930 or 7222531. OLE color: 7222531.
HSL color Cylindrical-coordinate representation of color #03356E: hue angle of 211.96º 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 #03356E is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 3 | 53 | 110 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.57 |
| HSL | 211.96º | 0.95% | 0.22% | - |
| HSV(B) | 211.96º | 0.97% | 0.43% | - |
| XYZ | 4.13 | 3.69 | 15.25 | - |
| YUV | 44.55 | 164.94 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 110 | 0.97 | 0.52 | 0 | 0.57 | 211.96 | 0.95 | 0.22 |
| Hex | 3 | 35 | 6E | 61 | 34 | 0 | 39 | D4 | 5F | 16 |
| Octal | 3 | 65 | 156 | 141 | 64 | 0 | 71 | 324 | 137 | 26 |
| Binary | 11 | 110101 | 1101110 | 1100001 | 110100 | 0 | 111001 | 11010100 | 1011111 | 10110 |
Color Harmonies of #03356E
Complementary color
Monochromatic Colors of #03356E
Black with #03356E
Text Example
Text Example
White with #03356E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03356E; }
p { color: rgb(3,53,110); }
H1.HeaderClassName
{
color: #03356E;
}
.AnyTagClassName
{
color: #03356E;
}
</style>
background-color css
<style>
a { background-color: #03356E; }
a { background-color: rgb(3,53,110); }
div.DivClassName
{
background-color: #03356E;
}
.BgClassName
{
background-color: #03356E;
}
</style>
border-color css
<style>
span { border-color: #03356E; }
span { border-color: rgb(3,53,110); }
td.TdClassName
{
border-color: #03356E;
}
.TagClassName
{
border-color: #03356E;
}
</style>