Shades of Prussian Blue #003F5A
Tints of Prussian Blue #003F5A
RGB
CMYK
RGB Variations
Color information
#003F5A (or 0x003F5A) is known color: Prussian Blue. HEX triplet: 00, 3F and 5A. RGB value is (0,63,90). Sum of RGB (Red+Green+Blue) = 0+63+90=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 63 (25% from 255 or 41.18% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #003F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F5A is #FFC0A5. Grayscale: #2F2F2F. Windows color (decimal): -16760998 or 5914368. OLE color: 5914368.
HSL color Cylindrical-coordinate representation of color #003F5A: hue angle of 198º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F5A is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 63 | 90 | - |
| CMYK | 1 | 0.30 | 0 | 0.65 |
| HSL | 198º | 1% | 0.18% | - |
| HSV(B) | 198º | 1% | 0.35% | - |
| XYZ | 3.62 | 4.29 | 10.31 | - |
| YUV | 47.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 90 | 1 | 0.30 | 0 | 0.65 | 198 | 1 | 0.18 |
| Hex | 0 | 3F | 5A | 64 | 1E | 0 | 41 | C6 | 64 | 12 |
| Octal | 0 | 77 | 132 | 144 | 36 | 0 | 101 | 306 | 144 | 22 |
| Binary | 0 | 111111 | 1011010 | 1100100 | 11110 | 0 | 1000001 | 11000110 | 1100100 | 10010 |
Color Harmonies of #003F5A
Complementary color
Monochromatic Colors of #003F5A
Black with #003F5A
Text Example
Text Example
White with #003F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F5A; }
p { color: rgb(0,63,90); }
H1.HeaderClassName
{
color: #003F5A;
}
.AnyTagClassName
{
color: #003F5A;
}
</style>
background-color css
<style>
a { background-color: #003F5A; }
a { background-color: rgb(0,63,90); }
div.DivClassName
{
background-color: #003F5A;
}
.BgClassName
{
background-color: #003F5A;
}
</style>
border-color css
<style>
span { border-color: #003F5A; }
span { border-color: rgb(0,63,90); }
td.TdClassName
{
border-color: #003F5A;
}
.TagClassName
{
border-color: #003F5A;
}
</style>