Shades of Prussian Blue #003D5C
Tints of Prussian Blue #003D5C
RGB
CMYK
RGB Variations
Color information
#003D5C (or 0x003D5C) is known color: Prussian Blue. HEX triplet: 00, 3D and 5C. RGB value is (0,61,92). Sum of RGB (Red+Green+Blue) = 0+61+92=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 92 (36.33% from 255 or 60.13% from 153); Max value from RGB is 92 - color contains mainly: blue. Hex color #003D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D5C is #FFC2A3. Grayscale: #2E2E2E. Windows color (decimal): -16761508 or 6044928. OLE color: 6044928.
HSL color Cylindrical-coordinate representation of color #003D5C: hue angle of 200.22º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D5C is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 61 | 92 | - |
| CMYK | 1 | 0.34 | 0 | 0.64 |
| HSL | 200.22º | 1% | 0.18% | - |
| HSV(B) | 200.22º | 1% | 0.36% | - |
| XYZ | 3.6 | 4.11 | 10.73 | - |
| YUV | 46.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 92 | 1 | 0.34 | 0 | 0.64 | 200.22 | 1 | 0.18 |
| Hex | 0 | 3D | 5C | 64 | 22 | 0 | 40 | C8 | 64 | 12 |
| Octal | 0 | 75 | 134 | 144 | 42 | 0 | 100 | 310 | 144 | 22 |
| Binary | 0 | 111101 | 1011100 | 1100100 | 100010 | 0 | 1000000 | 11001000 | 1100100 | 10010 |
Color Harmonies of #003D5C
Complementary color
Monochromatic Colors of #003D5C
Black with #003D5C
Text Example
Text Example
White with #003D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D5C; }
p { color: rgb(0,61,92); }
H1.HeaderClassName
{
color: #003D5C;
}
.AnyTagClassName
{
color: #003D5C;
}
</style>
background-color css
<style>
a { background-color: #003D5C; }
a { background-color: rgb(0,61,92); }
div.DivClassName
{
background-color: #003D5C;
}
.BgClassName
{
background-color: #003D5C;
}
</style>
border-color css
<style>
span { border-color: #003D5C; }
span { border-color: rgb(0,61,92); }
td.TdClassName
{
border-color: #003D5C;
}
.TagClassName
{
border-color: #003D5C;
}
</style>