Shades of Prussian Blue #003F5C
Tints of Prussian Blue #003F5C
RGB
CMYK
RGB Variations
Color information
#003F5C (or 0x003F5C) is known color: Prussian Blue. HEX triplet: 00, 3F and 5C. RGB value is (0,63,92). Sum of RGB (Red+Green+Blue) = 0+63+92=155 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 92 (36.33% from 255 or 59.35% from 155); Max value from RGB is 92 - color contains mainly: blue. Hex color #003F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F5C is #FFC0A3. Grayscale: #2F2F2F. Windows color (decimal): -16760996 or 6045440. OLE color: 6045440.
HSL color Cylindrical-coordinate representation of color #003F5C: hue angle of 198.91º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F5C is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 63 | 92 | - |
| CMYK | 1 | 0.32 | 0 | 0.64 |
| HSL | 198.91º | 1% | 0.18% | - |
| HSV(B) | 198.91º | 1% | 0.36% | - |
| XYZ | 3.71 | 4.33 | 10.77 | - |
| YUV | 47.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 92 | 1 | 0.32 | 0 | 0.64 | 198.91 | 1 | 0.18 |
| Hex | 0 | 3F | 5C | 64 | 20 | 0 | 40 | C7 | 64 | 12 |
| Octal | 0 | 77 | 134 | 144 | 40 | 0 | 100 | 307 | 144 | 22 |
| Binary | 0 | 111111 | 1011100 | 1100100 | 100000 | 0 | 1000000 | 11000111 | 1100100 | 10010 |
Color Harmonies of #003F5C
Complementary color
Monochromatic Colors of #003F5C
Black with #003F5C
Text Example
Text Example
White with #003F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F5C; }
p { color: rgb(0,63,92); }
H1.HeaderClassName
{
color: #003F5C;
}
.AnyTagClassName
{
color: #003F5C;
}
</style>
background-color css
<style>
a { background-color: #003F5C; }
a { background-color: rgb(0,63,92); }
div.DivClassName
{
background-color: #003F5C;
}
.BgClassName
{
background-color: #003F5C;
}
</style>
border-color css
<style>
span { border-color: #003F5C; }
span { border-color: rgb(0,63,92); }
td.TdClassName
{
border-color: #003F5C;
}
.TagClassName
{
border-color: #003F5C;
}
</style>