Shades of Prussian Blue #003B61
Tints of Prussian Blue #003B61
RGB
CMYK
RGB Variations
Color information
#003B61 (or 0x003B61) is known color: Prussian Blue. HEX triplet: 00, 3B and 61. RGB value is (0,59,97). Sum of RGB (Red+Green+Blue) = 0+59+97=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #003B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B61 is #FFC49E. Grayscale: #2D2D2D. Windows color (decimal): -16762015 or 6372096. OLE color: 6372096.
HSL color Cylindrical-coordinate representation of color #003B61: hue angle of 203.51º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B61 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 0 | 59 | 97 | - |
| CMYK | 1 | 0.39 | 0 | 0.62 |
| HSL | 203.51º | 1% | 0.19% | - |
| HSV(B) | 203.51º | 1% | 0.38% | - |
| XYZ | 3.72 | 3.99 | 11.88 | - |
| YUV | 45.69 | 156.95 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 97 | 1 | 0.39 | 0 | 0.62 | 203.51 | 1 | 0.19 |
| Hex | 0 | 3B | 61 | 64 | 27 | 0 | 3E | CC | 64 | 13 |
| Octal | 0 | 73 | 141 | 144 | 47 | 0 | 76 | 314 | 144 | 23 |
| Binary | 0 | 111011 | 1100001 | 1100100 | 100111 | 0 | 111110 | 11001100 | 1100100 | 10011 |
Color Harmonies of #003B61
Complementary color
Monochromatic Colors of #003B61
Black with #003B61
Text Example
Text Example
White with #003B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B61; }
p { color: rgb(0,59,97); }
H1.HeaderClassName
{
color: #003B61;
}
.AnyTagClassName
{
color: #003B61;
}
</style>
background-color css
<style>
a { background-color: #003B61; }
a { background-color: rgb(0,59,97); }
div.DivClassName
{
background-color: #003B61;
}
.BgClassName
{
background-color: #003B61;
}
</style>
border-color css
<style>
span { border-color: #003B61; }
span { border-color: rgb(0,59,97); }
td.TdClassName
{
border-color: #003B61;
}
.TagClassName
{
border-color: #003B61;
}
</style>