Shades of Prussian Blue #03356A
Tints of Prussian Blue #03356A
RGB
CMYK
RGB Variations
Color information
#03356A (or 0x03356A) is known color: Prussian Blue. HEX triplet: 03, 35 and 6A. RGB value is (3,53,106). Sum of RGB (Red+Green+Blue) = 3+53+106=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #03356A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03356A is #FCCA95. Grayscale: #2B2B2B. Windows color (decimal): -16566934 or 6960387. OLE color: 6960387.
HSL color Cylindrical-coordinate representation of color #03356A: hue angle of 210.87º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03356A is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 3 | 53 | 106 | - |
| CMYK | 0.97 | 0.5 | 0 | 0.58 |
| HSL | 210.87º | 0.94% | 0.21% | - |
| HSV(B) | 210.87º | 0.97% | 0.42% | - |
| XYZ | 3.91 | 3.61 | 14.13 | - |
| YUV | 44.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 106 | 0.97 | 0.5 | 0 | 0.58 | 210.87 | 0.94 | 0.21 |
| Hex | 3 | 35 | 6A | 61 | 32 | 0 | 3A | D3 | 5E | 15 |
| Octal | 3 | 65 | 152 | 141 | 62 | 0 | 72 | 323 | 136 | 25 |
| Binary | 11 | 110101 | 1101010 | 1100001 | 110010 | 0 | 111010 | 11010011 | 1011110 | 10101 |
Color Harmonies of #03356A
Complementary color
Monochromatic Colors of #03356A
Black with #03356A
Text Example
Text Example
White with #03356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03356A; }
p { color: rgb(3,53,106); }
H1.HeaderClassName
{
color: #03356A;
}
.AnyTagClassName
{
color: #03356A;
}
</style>
background-color css
<style>
a { background-color: #03356A; }
a { background-color: rgb(3,53,106); }
div.DivClassName
{
background-color: #03356A;
}
.BgClassName
{
background-color: #03356A;
}
</style>
border-color css
<style>
span { border-color: #03356A; }
span { border-color: rgb(3,53,106); }
td.TdClassName
{
border-color: #03356A;
}
.TagClassName
{
border-color: #03356A;
}
</style>