Shades of Prussian Blue #03295D
Tints of Prussian Blue #03295D
RGB
CMYK
RGB Variations
Color information
#03295D (or 0x03295D) is known color: Prussian Blue. HEX triplet: 03, 29 and 5D. RGB value is (3,41,93). Sum of RGB (Red+Green+Blue) = 3+41+93=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #03295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03295D is #FCD6A2. Grayscale: #232323. Windows color (decimal): -16570019 or 6105347. OLE color: 6105347.
HSL color Cylindrical-coordinate representation of color #03295D: hue angle of 214.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 #03295D is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 41 | 93 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.64 |
| HSL | 214.67º | 0.94% | 0.19% | - |
| HSV(B) | 214.67º | 0.97% | 0.36% | - |
| XYZ | 2.81 | 2.4 | 10.67 | - |
| YUV | 35.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 93 | 0.97 | 0.56 | 0 | 0.64 | 214.67 | 0.94 | 0.19 |
| Hex | 3 | 29 | 5D | 61 | 38 | 0 | 40 | D7 | 5E | 13 |
| Octal | 3 | 51 | 135 | 141 | 70 | 0 | 100 | 327 | 136 | 23 |
| Binary | 11 | 101001 | 1011101 | 1100001 | 111000 | 0 | 1000000 | 11010111 | 1011110 | 10011 |
Color Harmonies of #03295D
Complementary color
Monochromatic Colors of #03295D
Black with #03295D
Text Example
Text Example
White with #03295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03295D; }
p { color: rgb(3,41,93); }
H1.HeaderClassName
{
color: #03295D;
}
.AnyTagClassName
{
color: #03295D;
}
</style>
background-color css
<style>
a { background-color: #03295D; }
a { background-color: rgb(3,41,93); }
div.DivClassName
{
background-color: #03295D;
}
.BgClassName
{
background-color: #03295D;
}
</style>
border-color css
<style>
span { border-color: #03295D; }
span { border-color: rgb(3,41,93); }
td.TdClassName
{
border-color: #03295D;
}
.TagClassName
{
border-color: #03295D;
}
</style>