Shades of Prussian Blue #03295C
Tints of Prussian Blue #03295C
RGB
CMYK
RGB Variations
Color information
#03295C (or 0x03295C) is known color: Prussian Blue. HEX triplet: 03, 29 and 5C. RGB value is (3,41,92). Sum of RGB (Red+Green+Blue) = 3+41+92=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #03295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03295C is #FCD6A3. Grayscale: #232323. Windows color (decimal): -16570020 or 6039811. OLE color: 6039811.
HSL color Cylindrical-coordinate representation of color #03295C: hue angle of 214.38º 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 #03295C is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 41 | 92 | - |
| CMYK | 0.97 | 0.55 | 0 | 0.64 |
| HSL | 214.38º | 0.94% | 0.19% | - |
| HSV(B) | 214.38º | 0.97% | 0.36% | - |
| XYZ | 2.76 | 2.38 | 10.44 | - |
| YUV | 35.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 41 | 92 | 0.97 | 0.55 | 0 | 0.64 | 214.38 | 0.94 | 0.19 |
| Hex | 3 | 29 | 5C | 61 | 37 | 0 | 40 | D6 | 5E | 13 |
| Octal | 3 | 51 | 134 | 141 | 67 | 0 | 100 | 326 | 136 | 23 |
| Binary | 11 | 101001 | 1011100 | 1100001 | 110111 | 0 | 1000000 | 11010110 | 1011110 | 10011 |
Color Harmonies of #03295C
Complementary color
Monochromatic Colors of #03295C
Black with #03295C
Text Example
Text Example
White with #03295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03295C; }
p { color: rgb(3,41,92); }
H1.HeaderClassName
{
color: #03295C;
}
.AnyTagClassName
{
color: #03295C;
}
</style>
background-color css
<style>
a { background-color: #03295C; }
a { background-color: rgb(3,41,92); }
div.DivClassName
{
background-color: #03295C;
}
.BgClassName
{
background-color: #03295C;
}
</style>
border-color css
<style>
span { border-color: #03295C; }
span { border-color: rgb(3,41,92); }
td.TdClassName
{
border-color: #03295C;
}
.TagClassName
{
border-color: #03295C;
}
</style>