Shades of Prussian Blue #003C70
Tints of Prussian Blue #003C70
RGB
CMYK
RGB Variations
Color information
#003C70 (or 0x003C70) is known color: Prussian Blue. HEX triplet: 00, 3C and 70. RGB value is (0,60,112). Sum of RGB (Red+Green+Blue) = 0+60+112=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 60 (23.83% from 255 or 34.88% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #003C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C70 is #FFC38F. Grayscale: #2F2F2F. Windows color (decimal): -16761744 or 7355392. OLE color: 7355392.
HSL color Cylindrical-coordinate representation of color #003C70: hue angle of 207.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C70 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 60 | 112 | - |
| CMYK | 1 | 0.46 | 0 | 0.56 |
| HSL | 207.86º | 1% | 0.22% | - |
| HSV(B) | 207.86º | 1% | 0.44% | - |
| XYZ | 4.54 | 4.4 | 15.94 | - |
| YUV | 47.99 | 164.12 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 112 | 1 | 0.46 | 0 | 0.56 | 207.86 | 1 | 0.22 |
| Hex | 0 | 3C | 70 | 64 | 2E | 0 | 38 | D0 | 64 | 16 |
| Octal | 0 | 74 | 160 | 144 | 56 | 0 | 70 | 320 | 144 | 26 |
| Binary | 0 | 111100 | 1110000 | 1100100 | 101110 | 0 | 111000 | 11010000 | 1100100 | 10110 |
Color Harmonies of #003C70
Complementary color
Monochromatic Colors of #003C70
Black with #003C70
Text Example
Text Example
White with #003C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C70; }
p { color: rgb(0,60,112); }
H1.HeaderClassName
{
color: #003C70;
}
.AnyTagClassName
{
color: #003C70;
}
</style>
background-color css
<style>
a { background-color: #003C70; }
a { background-color: rgb(0,60,112); }
div.DivClassName
{
background-color: #003C70;
}
.BgClassName
{
background-color: #003C70;
}
</style>
border-color css
<style>
span { border-color: #003C70; }
span { border-color: rgb(0,60,112); }
td.TdClassName
{
border-color: #003C70;
}
.TagClassName
{
border-color: #003C70;
}
</style>