Shades of Prussian Blue #003576
Tints of Prussian Blue #003576
RGB
CMYK
RGB Variations
Color information
#003576 (or 0x003576) is known color: Prussian Blue. HEX triplet: 00, 35 and 76. RGB value is (0,53,118). Sum of RGB (Red+Green+Blue) = 0+53+118=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #003576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003576 is #FFCA89. Grayscale: #2C2C2C. Windows color (decimal): -16763530 or 7746816. OLE color: 7746816.
HSL color Cylindrical-coordinate representation of color #003576: hue angle of 213.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003576 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 53 | 118 | - |
| CMYK | 1 | 0.55 | 0 | 0.54 |
| HSL | 213.05º | 1% | 0.23% | - |
| HSV(B) | 213.05º | 1% | 0.46% | - |
| XYZ | 4.54 | 3.85 | 17.64 | - |
| YUV | 44.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 118 | 1 | 0.55 | 0 | 0.54 | 213.05 | 1 | 0.23 |
| Hex | 0 | 35 | 76 | 64 | 37 | 0 | 36 | D5 | 64 | 17 |
| Octal | 0 | 65 | 166 | 144 | 67 | 0 | 66 | 325 | 144 | 27 |
| Binary | 0 | 110101 | 1110110 | 1100100 | 110111 | 0 | 110110 | 11010101 | 1100100 | 10111 |
Color Harmonies of #003576
Complementary color
Monochromatic Colors of #003576
Black with #003576
Text Example
Text Example
White with #003576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003576; }
p { color: rgb(0,53,118); }
H1.HeaderClassName
{
color: #003576;
}
.AnyTagClassName
{
color: #003576;
}
</style>
background-color css
<style>
a { background-color: #003576; }
a { background-color: rgb(0,53,118); }
div.DivClassName
{
background-color: #003576;
}
.BgClassName
{
background-color: #003576;
}
</style>
border-color css
<style>
span { border-color: #003576; }
span { border-color: rgb(0,53,118); }
td.TdClassName
{
border-color: #003576;
}
.TagClassName
{
border-color: #003576;
}
</style>