Shades of Prussian Blue #003D57
Tints of Prussian Blue #003D57
RGB
CMYK
RGB Variations
Color information
#003D57 (or 0x003D57) is known color: Prussian Blue. HEX triplet: 00, 3D and 57. RGB value is (0,61,87). Sum of RGB (Red+Green+Blue) = 0+61+87=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 61 (24.22% from 255 or 41.22% from 148); Blue value is 87 (34.38% from 255 or 58.78% from 148); Max value from RGB is 87 - color contains mainly: blue. Hex color #003D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D57 is #FFC2A8. Grayscale: #2D2D2D. Windows color (decimal): -16761513 or 5717248. OLE color: 5717248.
HSL color Cylindrical-coordinate representation of color #003D57: hue angle of 197.93º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D57 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 61 | 87 | - |
| CMYK | 1 | 0.30 | 0 | 0.66 |
| HSL | 197.93º | 1% | 0.17% | - |
| HSV(B) | 197.93º | 1% | 0.34% | - |
| XYZ | 3.39 | 4.03 | 9.62 | - |
| YUV | 45.73 | 151.29 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 87 | 1 | 0.30 | 0 | 0.66 | 197.93 | 1 | 0.17 |
| Hex | 0 | 3D | 57 | 64 | 1E | 0 | 42 | C6 | 64 | 11 |
| Octal | 0 | 75 | 127 | 144 | 36 | 0 | 102 | 306 | 144 | 21 |
| Binary | 0 | 111101 | 1010111 | 1100100 | 11110 | 0 | 1000010 | 11000110 | 1100100 | 10001 |
Color Harmonies of #003D57
Complementary color
Monochromatic Colors of #003D57
Black with #003D57
Text Example
Text Example
White with #003D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D57; }
p { color: rgb(0,61,87); }
H1.HeaderClassName
{
color: #003D57;
}
.AnyTagClassName
{
color: #003D57;
}
</style>
background-color css
<style>
a { background-color: #003D57; }
a { background-color: rgb(0,61,87); }
div.DivClassName
{
background-color: #003D57;
}
.BgClassName
{
background-color: #003D57;
}
</style>
border-color css
<style>
span { border-color: #003D57; }
span { border-color: rgb(0,61,87); }
td.TdClassName
{
border-color: #003D57;
}
.TagClassName
{
border-color: #003D57;
}
</style>