Shades of Prussian Blue #003F60
Tints of Prussian Blue #003F60
RGB
CMYK
RGB Variations
Color information
#003F60 (or 0x003F60) is known color: Prussian Blue. HEX triplet: 00, 3F and 60. RGB value is (0,63,96). Sum of RGB (Red+Green+Blue) = 0+63+96=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 63 (25% from 255 or 39.62% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #003F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F60 is #FFC09F. Grayscale: #2F2F2F. Windows color (decimal): -16760992 or 6307584. OLE color: 6307584.
HSL color Cylindrical-coordinate representation of color #003F60: hue angle of 200.62º 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 #003F60 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 63 | 96 | - |
| CMYK | 1 | 0.34 | 0 | 0.62 |
| HSL | 200.63º | 1% | 0.19% | - |
| HSV(B) | 200.63º | 1% | 0.38% | - |
| XYZ | 3.89 | 4.4 | 11.71 | - |
| YUV | 47.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 96 | 1 | 0.34 | 0 | 0.62 | 200.63 | 1 | 0.19 |
| Hex | 0 | 3F | 60 | 64 | 22 | 0 | 3E | C9 | 64 | 13 |
| Octal | 0 | 77 | 140 | 144 | 42 | 0 | 76 | 311 | 144 | 23 |
| Binary | 0 | 111111 | 1100000 | 1100100 | 100010 | 0 | 111110 | 11001001 | 1100100 | 10011 |
Color Harmonies of #003F60
Complementary color
Monochromatic Colors of #003F60
Black with #003F60
Text Example
Text Example
White with #003F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F60; }
p { color: rgb(0,63,96); }
H1.HeaderClassName
{
color: #003F60;
}
.AnyTagClassName
{
color: #003F60;
}
</style>
background-color css
<style>
a { background-color: #003F60; }
a { background-color: rgb(0,63,96); }
div.DivClassName
{
background-color: #003F60;
}
.BgClassName
{
background-color: #003F60;
}
</style>
border-color css
<style>
span { border-color: #003F60; }
span { border-color: rgb(0,63,96); }
td.TdClassName
{
border-color: #003F60;
}
.TagClassName
{
border-color: #003F60;
}
</style>