Shades of Prussian Blue #003A60
Tints of Prussian Blue #003A60
RGB
CMYK
RGB Variations
Color information
#003A60 (or 0x003A60) is known color: Prussian Blue. HEX triplet: 00, 3A and 60. RGB value is (0,58,96). Sum of RGB (Red+Green+Blue) = 0+58+96=154 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #003A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A60 is #FFC59F. Grayscale: #2C2C2C. Windows color (decimal): -16762272 or 6306304. OLE color: 6306304.
HSL color Cylindrical-coordinate representation of color #003A60: hue angle of 203.75º 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 #003A60 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 58 | 96 | - |
| CMYK | 1 | 0.40 | 0 | 0.62 |
| HSL | 203.75º | 1% | 0.19% | - |
| HSV(B) | 203.75º | 1% | 0.38% | - |
| XYZ | 3.62 | 3.87 | 11.62 | - |
| YUV | 44.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 96 | 1 | 0.40 | 0 | 0.62 | 203.75 | 1 | 0.19 |
| Hex | 0 | 3A | 60 | 64 | 28 | 0 | 3E | CC | 64 | 13 |
| Octal | 0 | 72 | 140 | 144 | 50 | 0 | 76 | 314 | 144 | 23 |
| Binary | 0 | 111010 | 1100000 | 1100100 | 101000 | 0 | 111110 | 11001100 | 1100100 | 10011 |
Color Harmonies of #003A60
Complementary color
Monochromatic Colors of #003A60
Black with #003A60
Text Example
Text Example
White with #003A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A60; }
p { color: rgb(0,58,96); }
H1.HeaderClassName
{
color: #003A60;
}
.AnyTagClassName
{
color: #003A60;
}
</style>
background-color css
<style>
a { background-color: #003A60; }
a { background-color: rgb(0,58,96); }
div.DivClassName
{
background-color: #003A60;
}
.BgClassName
{
background-color: #003A60;
}
</style>
border-color css
<style>
span { border-color: #003A60; }
span { border-color: rgb(0,58,96); }
td.TdClassName
{
border-color: #003A60;
}
.TagClassName
{
border-color: #003A60;
}
</style>