Shades of Prussian Blue #03355A
Tints of Prussian Blue #03355A
RGB
CMYK
RGB Variations
Color information
#03355A (or 0x03355A) is known color: Prussian Blue. HEX triplet: 03, 35 and 5A. RGB value is (3,53,90). Sum of RGB (Red+Green+Blue) = 3+53+90=146 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.05% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #03355A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03355A is #FCCAA5. Grayscale: #2A2A2A. Windows color (decimal): -16566950 or 5911811. OLE color: 5911811.
HSL color Cylindrical-coordinate representation of color #03355A: hue angle of 205.52º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03355A is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 53 | 90 | - |
| CMYK | 0.97 | 0.41 | 0 | 0.65 |
| HSL | 205.52º | 0.94% | 0.18% | - |
| HSV(B) | 205.52º | 0.97% | 0.35% | - |
| XYZ | 3.16 | 3.3 | 10.14 | - |
| YUV | 42.27 | 154.94 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 90 | 0.97 | 0.41 | 0 | 0.65 | 205.52 | 0.94 | 0.18 |
| Hex | 3 | 35 | 5A | 61 | 29 | 0 | 41 | CE | 5E | 12 |
| Octal | 3 | 65 | 132 | 141 | 51 | 0 | 101 | 316 | 136 | 22 |
| Binary | 11 | 110101 | 1011010 | 1100001 | 101001 | 0 | 1000001 | 11001110 | 1011110 | 10010 |
Color Harmonies of #03355A
Complementary color
Monochromatic Colors of #03355A
Black with #03355A
Text Example
Text Example
White with #03355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03355A; }
p { color: rgb(3,53,90); }
H1.HeaderClassName
{
color: #03355A;
}
.AnyTagClassName
{
color: #03355A;
}
</style>
background-color css
<style>
a { background-color: #03355A; }
a { background-color: rgb(3,53,90); }
div.DivClassName
{
background-color: #03355A;
}
.BgClassName
{
background-color: #03355A;
}
</style>
border-color css
<style>
span { border-color: #03355A; }
span { border-color: rgb(3,53,90); }
td.TdClassName
{
border-color: #03355A;
}
.TagClassName
{
border-color: #03355A;
}
</style>