Shades of Prussian Blue #003B63
Tints of Prussian Blue #003B63
RGB
CMYK
RGB Variations
Color information
#003B63 (or 0x003B63) is known color: Prussian Blue. HEX triplet: 00, 3B and 63. RGB value is (0,59,99). Sum of RGB (Red+Green+Blue) = 0+59+99=158 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 99 (39.06% from 255 or 62.66% from 158); Max value from RGB is 99 - color contains mainly: blue. Hex color #003B63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B63 is #FFC49C. Grayscale: #2D2D2D. Windows color (decimal): -16762013 or 6503168. OLE color: 6503168.
HSL color Cylindrical-coordinate representation of color #003B63: hue angle of 204.24º 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 #003B63 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 0 | 59 | 99 | - |
| CMYK | 1 | 0.40 | 0 | 0.61 |
| HSL | 204.24º | 1% | 0.19% | - |
| HSV(B) | 204.24º | 1% | 0.39% | - |
| XYZ | 3.82 | 4.03 | 12.38 | - |
| YUV | 45.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 99 | 1 | 0.40 | 0 | 0.61 | 204.24 | 1 | 0.19 |
| Hex | 0 | 3B | 63 | 64 | 28 | 0 | 3D | CC | 64 | 13 |
| Octal | 0 | 73 | 143 | 144 | 50 | 0 | 75 | 314 | 144 | 23 |
| Binary | 0 | 111011 | 1100011 | 1100100 | 101000 | 0 | 111101 | 11001100 | 1100100 | 10011 |
Color Harmonies of #003B63
Complementary color
Monochromatic Colors of #003B63
Black with #003B63
Text Example
Text Example
White with #003B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B63; }
p { color: rgb(0,59,99); }
H1.HeaderClassName
{
color: #003B63;
}
.AnyTagClassName
{
color: #003B63;
}
</style>
background-color css
<style>
a { background-color: #003B63; }
a { background-color: rgb(0,59,99); }
div.DivClassName
{
background-color: #003B63;
}
.BgClassName
{
background-color: #003B63;
}
</style>
border-color css
<style>
span { border-color: #003B63; }
span { border-color: rgb(0,59,99); }
td.TdClassName
{
border-color: #003B63;
}
.TagClassName
{
border-color: #003B63;
}
</style>