Shades of Prussian Blue #003C61
Tints of Prussian Blue #003C61
RGB
CMYK
RGB Variations
Color information
#003C61 (or 0x003C61) is known color: Prussian Blue. HEX triplet: 00, 3C and 61. RGB value is (0,60,97). Sum of RGB (Red+Green+Blue) = 0+60+97=157 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 157); Green value is 60 (23.83% from 255 or 38.22% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #003C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C61 is #FFC39E. Grayscale: #2E2E2E. Windows color (decimal): -16761759 or 6372352. OLE color: 6372352.
HSL color Cylindrical-coordinate representation of color #003C61: hue angle of 202.89º 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 #003C61 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 60 | 97 | - |
| CMYK | 1 | 0.38 | 0 | 0.62 |
| HSL | 202.89º | 1% | 0.19% | - |
| HSV(B) | 202.89º | 1% | 0.38% | - |
| XYZ | 3.77 | 4.09 | 11.9 | - |
| YUV | 46.28 | 156.62 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 97 | 1 | 0.38 | 0 | 0.62 | 202.89 | 1 | 0.19 |
| Hex | 0 | 3C | 61 | 64 | 26 | 0 | 3E | CB | 64 | 13 |
| Octal | 0 | 74 | 141 | 144 | 46 | 0 | 76 | 313 | 144 | 23 |
| Binary | 0 | 111100 | 1100001 | 1100100 | 100110 | 0 | 111110 | 11001011 | 1100100 | 10011 |
Color Harmonies of #003C61
Complementary color
Monochromatic Colors of #003C61
Black with #003C61
Text Example
Text Example
White with #003C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C61; }
p { color: rgb(0,60,97); }
H1.HeaderClassName
{
color: #003C61;
}
.AnyTagClassName
{
color: #003C61;
}
</style>
background-color css
<style>
a { background-color: #003C61; }
a { background-color: rgb(0,60,97); }
div.DivClassName
{
background-color: #003C61;
}
.BgClassName
{
background-color: #003C61;
}
</style>
border-color css
<style>
span { border-color: #003C61; }
span { border-color: rgb(0,60,97); }
td.TdClassName
{
border-color: #003C61;
}
.TagClassName
{
border-color: #003C61;
}
</style>