Shades of Prussian Blue #003560
Tints of Prussian Blue #003560
RGB
CMYK
RGB Variations
Color information
#003560 (or 0x003560) is known color: Prussian Blue. HEX triplet: 00, 35 and 60. RGB value is (0,53,96). Sum of RGB (Red+Green+Blue) = 0+53+96=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #003560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003560 is #FFCA9F. Grayscale: #292929. Windows color (decimal): -16763552 or 6305024. OLE color: 6305024.
HSL color Cylindrical-coordinate representation of color #003560: hue angle of 206.88º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003560 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 53 | 96 | - |
| CMYK | 1 | 0.45 | 0 | 0.62 |
| HSL | 206.88º | 1% | 0.19% | - |
| HSV(B) | 206.88º | 1% | 0.38% | - |
| XYZ | 3.38 | 3.39 | 11.54 | - |
| YUV | 42.06 | 158.44 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 96 | 1 | 0.45 | 0 | 0.62 | 206.88 | 1 | 0.19 |
| Hex | 0 | 35 | 60 | 64 | 2D | 0 | 3E | CF | 64 | 13 |
| Octal | 0 | 65 | 140 | 144 | 55 | 0 | 76 | 317 | 144 | 23 |
| Binary | 0 | 110101 | 1100000 | 1100100 | 101101 | 0 | 111110 | 11001111 | 1100100 | 10011 |
Color Harmonies of #003560
Complementary color
Monochromatic Colors of #003560
Black with #003560
Text Example
Text Example
White with #003560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003560; }
p { color: rgb(0,53,96); }
H1.HeaderClassName
{
color: #003560;
}
.AnyTagClassName
{
color: #003560;
}
</style>
background-color css
<style>
a { background-color: #003560; }
a { background-color: rgb(0,53,96); }
div.DivClassName
{
background-color: #003560;
}
.BgClassName
{
background-color: #003560;
}
</style>
border-color css
<style>
span { border-color: #003560; }
span { border-color: rgb(0,53,96); }
td.TdClassName
{
border-color: #003560;
}
.TagClassName
{
border-color: #003560;
}
</style>