Shades of Prussian Blue #003F63
Tints of Prussian Blue #003F63
RGB
CMYK
RGB Variations
Color information
#003F63 (or 0x003F63) is known color: Prussian Blue. HEX triplet: 00, 3F and 63. RGB value is (0,63,99). Sum of RGB (Red+Green+Blue) = 0+63+99=162 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 99 (39.06% from 255 or 61.11% from 162); Max value from RGB is 99 - color contains mainly: blue. Hex color #003F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003F63 is #FFC09C. Grayscale: #303030. Windows color (decimal): -16760989 or 6504192. OLE color: 6504192.
HSL color Cylindrical-coordinate representation of color #003F63: hue angle of 201.82º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F63 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 63 | 99 | - |
| CMYK | 1 | 0.36 | 0 | 0.61 |
| HSL | 201.82º | 1% | 0.19% | - |
| HSV(B) | 201.82º | 1% | 0.39% | - |
| XYZ | 4.03 | 4.46 | 12.45 | - |
| YUV | 48.27 | 156.63 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 99 | 1 | 0.36 | 0 | 0.61 | 201.82 | 1 | 0.19 |
| Hex | 0 | 3F | 63 | 64 | 24 | 0 | 3D | CA | 64 | 13 |
| Octal | 0 | 77 | 143 | 144 | 44 | 0 | 75 | 312 | 144 | 23 |
| Binary | 0 | 111111 | 1100011 | 1100100 | 100100 | 0 | 111101 | 11001010 | 1100100 | 10011 |
Color Harmonies of #003F63
Complementary color
Monochromatic Colors of #003F63
Black with #003F63
Text Example
Text Example
White with #003F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F63; }
p { color: rgb(0,63,99); }
H1.HeaderClassName
{
color: #003F63;
}
.AnyTagClassName
{
color: #003F63;
}
</style>
background-color css
<style>
a { background-color: #003F63; }
a { background-color: rgb(0,63,99); }
div.DivClassName
{
background-color: #003F63;
}
.BgClassName
{
background-color: #003F63;
}
</style>
border-color css
<style>
span { border-color: #003F63; }
span { border-color: rgb(0,63,99); }
td.TdClassName
{
border-color: #003F63;
}
.TagClassName
{
border-color: #003F63;
}
</style>