Shades of Prussian Blue #003F5F
Tints of Prussian Blue #003F5F
RGB
CMYK
RGB Variations
Color information
#003F5F (or 0x003F5F) is known color: Prussian Blue. HEX triplet: 00, 3F and 5F. RGB value is (0,63,95). Sum of RGB (Red+Green+Blue) = 0+63+95=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 63 (25% from 255 or 39.87% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #003F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F5F is #FFC0A0. Grayscale: #2F2F2F. Windows color (decimal): -16760993 or 6242048. OLE color: 6242048.
HSL color Cylindrical-coordinate representation of color #003F5F: hue angle of 200.21º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F5F is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 0 | 63 | 95 | - |
| CMYK | 1 | 0.34 | 0 | 0.63 |
| HSL | 200.21º | 1% | 0.19% | - |
| HSV(B) | 200.21º | 1% | 0.37% | - |
| XYZ | 3.84 | 4.38 | 11.47 | - |
| YUV | 47.81 | 154.63 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 95 | 1 | 0.34 | 0 | 0.63 | 200.21 | 1 | 0.19 |
| Hex | 0 | 3F | 5F | 64 | 22 | 0 | 3F | C8 | 64 | 13 |
| Octal | 0 | 77 | 137 | 144 | 42 | 0 | 77 | 310 | 144 | 23 |
| Binary | 0 | 111111 | 1011111 | 1100100 | 100010 | 0 | 111111 | 11001000 | 1100100 | 10011 |
Color Harmonies of #003F5F
Complementary color
Monochromatic Colors of #003F5F
Black with #003F5F
Text Example
Text Example
White with #003F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F5F; }
p { color: rgb(0,63,95); }
H1.HeaderClassName
{
color: #003F5F;
}
.AnyTagClassName
{
color: #003F5F;
}
</style>
background-color css
<style>
a { background-color: #003F5F; }
a { background-color: rgb(0,63,95); }
div.DivClassName
{
background-color: #003F5F;
}
.BgClassName
{
background-color: #003F5F;
}
</style>
border-color css
<style>
span { border-color: #003F5F; }
span { border-color: rgb(0,63,95); }
td.TdClassName
{
border-color: #003F5F;
}
.TagClassName
{
border-color: #003F5F;
}
</style>