Shades of Prussian Blue #03295B
Tints of Prussian Blue #03295B
RGB
CMYK
RGB Variations
Color information
#03295B (or 0x03295B) is known color: Prussian Blue. HEX triplet: 03, 29 and 5B. RGB value is (3,41,91). Sum of RGB (Red+Green+Blue) = 3+41+91=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #03295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03295B is #FCD6A4. Grayscale: #232323. Windows color (decimal): -16570021 or 5974275. OLE color: 5974275.
HSL color Cylindrical-coordinate representation of color #03295B: hue angle of 214.09º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03295B is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 41 | 91 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.64 |
| HSL | 214.09º | 0.94% | 0.18% | - |
| HSV(B) | 214.09º | 0.97% | 0.36% | - |
| XYZ | 2.72 | 2.36 | 10.21 | - |
| YUV | 35.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 91 | 0.97 | 0.55 | 0 | 0.64 | 214.09 | 0.94 | 0.18 |
| Hex | 3 | 29 | 5B | 61 | 37 | 0 | 40 | D6 | 5E | 12 |
| Octal | 3 | 51 | 133 | 141 | 67 | 0 | 100 | 326 | 136 | 22 |
| Binary | 11 | 101001 | 1011011 | 1100001 | 110111 | 0 | 1000000 | 11010110 | 1011110 | 10010 |
Color Harmonies of #03295B
Complementary color
Monochromatic Colors of #03295B
Black with #03295B
Text Example
Text Example
White with #03295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03295B; }
p { color: rgb(3,41,91); }
H1.HeaderClassName
{
color: #03295B;
}
.AnyTagClassName
{
color: #03295B;
}
</style>
background-color css
<style>
a { background-color: #03295B; }
a { background-color: rgb(3,41,91); }
div.DivClassName
{
background-color: #03295B;
}
.BgClassName
{
background-color: #03295B;
}
</style>
border-color css
<style>
span { border-color: #03295B; }
span { border-color: rgb(3,41,91); }
td.TdClassName
{
border-color: #03295B;
}
.TagClassName
{
border-color: #03295B;
}
</style>