Shades of Prussian Blue #03355D
Tints of Prussian Blue #03355D
RGB
CMYK
RGB Variations
Color information
#03355D (or 0x03355D) is known color: Prussian Blue. HEX triplet: 03, 35 and 5D. RGB value is (3,53,93). Sum of RGB (Red+Green+Blue) = 3+53+93=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 93 (36.72% from 255 or 62.42% from 149); Max value from RGB is 93 - color contains mainly: blue. Hex color #03355D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03355D is #FCCAA2. Grayscale: #2A2A2A. Windows color (decimal): -16566947 or 6108419. OLE color: 6108419.
HSL color Cylindrical-coordinate representation of color #03355D: hue angle of 206.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03355D is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 53 | 93 | - |
| CMYK | 0.97 | 0.43 | 0 | 0.64 |
| HSL | 206.67º | 0.94% | 0.19% | - |
| HSV(B) | 206.67º | 0.97% | 0.36% | - |
| XYZ | 3.29 | 3.36 | 10.83 | - |
| YUV | 42.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 53 | 93 | 0.97 | 0.43 | 0 | 0.64 | 206.67 | 0.94 | 0.19 |
| Hex | 3 | 35 | 5D | 61 | 2B | 0 | 40 | CF | 5E | 13 |
| Octal | 3 | 65 | 135 | 141 | 53 | 0 | 100 | 317 | 136 | 23 |
| Binary | 11 | 110101 | 1011101 | 1100001 | 101011 | 0 | 1000000 | 11001111 | 1011110 | 10011 |
Color Harmonies of #03355D
Complementary color
Monochromatic Colors of #03355D
Black with #03355D
Text Example
Text Example
White with #03355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03355D; }
p { color: rgb(3,53,93); }
H1.HeaderClassName
{
color: #03355D;
}
.AnyTagClassName
{
color: #03355D;
}
</style>
background-color css
<style>
a { background-color: #03355D; }
a { background-color: rgb(3,53,93); }
div.DivClassName
{
background-color: #03355D;
}
.BgClassName
{
background-color: #03355D;
}
</style>
border-color css
<style>
span { border-color: #03355D; }
span { border-color: rgb(3,53,93); }
td.TdClassName
{
border-color: #03355D;
}
.TagClassName
{
border-color: #03355D;
}
</style>