Shades of Prussian Blue #003C72
Tints of Prussian Blue #003C72
RGB
CMYK
RGB Variations
Color information
#003C72 (or 0x003C72) is known color: Prussian Blue. HEX triplet: 00, 3C and 72. RGB value is (0,60,114). Sum of RGB (Red+Green+Blue) = 0+60+114=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 114 (44.92% from 255 or 65.52% from 174); Max value from RGB is 114 - color contains mainly: blue. Hex color #003C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C72 is #FFC38D. Grayscale: #2F2F2F. Windows color (decimal): -16761742 or 7486464. OLE color: 7486464.
HSL color Cylindrical-coordinate representation of color #003C72: hue angle of 208.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C72 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 60 | 114 | - |
| CMYK | 1 | 0.47 | 0 | 0.55 |
| HSL | 208.42º | 1% | 0.22% | - |
| HSV(B) | 208.42º | 1% | 0.45% | - |
| XYZ | 4.65 | 4.45 | 16.53 | - |
| YUV | 48.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 114 | 1 | 0.47 | 0 | 0.55 | 208.42 | 1 | 0.22 |
| Hex | 0 | 3C | 72 | 64 | 2F | 0 | 37 | D0 | 64 | 16 |
| Octal | 0 | 74 | 162 | 144 | 57 | 0 | 67 | 320 | 144 | 26 |
| Binary | 0 | 111100 | 1110010 | 1100100 | 101111 | 0 | 110111 | 11010000 | 1100100 | 10110 |
Color Harmonies of #003C72
Complementary color
Monochromatic Colors of #003C72
Black with #003C72
Text Example
Text Example
White with #003C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C72; }
p { color: rgb(0,60,114); }
H1.HeaderClassName
{
color: #003C72;
}
.AnyTagClassName
{
color: #003C72;
}
</style>
background-color css
<style>
a { background-color: #003C72; }
a { background-color: rgb(0,60,114); }
div.DivClassName
{
background-color: #003C72;
}
.BgClassName
{
background-color: #003C72;
}
</style>
border-color css
<style>
span { border-color: #003C72; }
span { border-color: rgb(0,60,114); }
td.TdClassName
{
border-color: #003C72;
}
.TagClassName
{
border-color: #003C72;
}
</style>