Shades of Prussian Blue #003575
Tints of Prussian Blue #003575
RGB
CMYK
RGB Variations
Color information
#003575 (or 0x003575) is known color: Prussian Blue. HEX triplet: 00, 35 and 75. RGB value is (0,53,117). Sum of RGB (Red+Green+Blue) = 0+53+117=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #003575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003575 is #FFCA8A. Grayscale: #2C2C2C. Windows color (decimal): -16763531 or 7681280. OLE color: 7681280.
HSL color Cylindrical-coordinate representation of color #003575: hue angle of 212.82º 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 #003575 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 53 | 117 | - |
| CMYK | 1 | 0.55 | 0 | 0.54 |
| HSL | 212.82º | 1% | 0.23% | - |
| HSV(B) | 212.82º | 1% | 0.46% | - |
| XYZ | 4.48 | 3.83 | 17.33 | - |
| YUV | 44.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 117 | 1 | 0.55 | 0 | 0.54 | 212.82 | 1 | 0.23 |
| Hex | 0 | 35 | 75 | 64 | 37 | 0 | 36 | D5 | 64 | 17 |
| Octal | 0 | 65 | 165 | 144 | 67 | 0 | 66 | 325 | 144 | 27 |
| Binary | 0 | 110101 | 1110101 | 1100100 | 110111 | 0 | 110110 | 11010101 | 1100100 | 10111 |
Color Harmonies of #003575
Complementary color
Monochromatic Colors of #003575
Black with #003575
Text Example
Text Example
White with #003575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003575; }
p { color: rgb(0,53,117); }
H1.HeaderClassName
{
color: #003575;
}
.AnyTagClassName
{
color: #003575;
}
</style>
background-color css
<style>
a { background-color: #003575; }
a { background-color: rgb(0,53,117); }
div.DivClassName
{
background-color: #003575;
}
.BgClassName
{
background-color: #003575;
}
</style>
border-color css
<style>
span { border-color: #003575; }
span { border-color: rgb(0,53,117); }
td.TdClassName
{
border-color: #003575;
}
.TagClassName
{
border-color: #003575;
}
</style>