Shades of Prussian Blue #003C59
Tints of Prussian Blue #003C59
RGB
CMYK
RGB Variations
Color information
#003C59 (or 0x003C59) is known color: Prussian Blue. HEX triplet: 00, 3C and 59. RGB value is (0,60,89). Sum of RGB (Red+Green+Blue) = 0+60+89=149 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 89 (35.16% from 255 or 59.73% from 149); Max value from RGB is 89 - color contains mainly: blue. Hex color #003C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C59 is #FFC3A6. Grayscale: #2D2D2D. Windows color (decimal): -16761767 or 5848064. OLE color: 5848064.
HSL color Cylindrical-coordinate representation of color #003C59: hue angle of 199.55º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C59 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 60 | 89 | - |
| CMYK | 1 | 0.33 | 0 | 0.65 |
| HSL | 199.55º | 1% | 0.17% | - |
| HSV(B) | 199.55º | 1% | 0.35% | - |
| XYZ | 3.42 | 3.95 | 10.03 | - |
| YUV | 45.37 | 152.62 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 89 | 1 | 0.33 | 0 | 0.65 | 199.55 | 1 | 0.17 |
| Hex | 0 | 3C | 59 | 64 | 21 | 0 | 41 | C8 | 64 | 11 |
| Octal | 0 | 74 | 131 | 144 | 41 | 0 | 101 | 310 | 144 | 21 |
| Binary | 0 | 111100 | 1011001 | 1100100 | 100001 | 0 | 1000001 | 11001000 | 1100100 | 10001 |
Color Harmonies of #003C59
Complementary color
Monochromatic Colors of #003C59
Black with #003C59
Text Example
Text Example
White with #003C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C59; }
p { color: rgb(0,60,89); }
H1.HeaderClassName
{
color: #003C59;
}
.AnyTagClassName
{
color: #003C59;
}
</style>
background-color css
<style>
a { background-color: #003C59; }
a { background-color: rgb(0,60,89); }
div.DivClassName
{
background-color: #003C59;
}
.BgClassName
{
background-color: #003C59;
}
</style>
border-color css
<style>
span { border-color: #003C59; }
span { border-color: rgb(0,60,89); }
td.TdClassName
{
border-color: #003C59;
}
.TagClassName
{
border-color: #003C59;
}
</style>