Shades of Prussian Blue #003C5C
Tints of Prussian Blue #003C5C
RGB
CMYK
RGB Variations
Color information
#003C5C (or 0x003C5C) is known color: Prussian Blue. HEX triplet: 00, 3C and 5C. RGB value is (0,60,92). Sum of RGB (Red+Green+Blue) = 0+60+92=152 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 92 (36.33% from 255 or 60.53% from 152); Max value from RGB is 92 - color contains mainly: blue. Hex color #003C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C5C is #FFC3A3. Grayscale: #2D2D2D. Windows color (decimal): -16761764 or 6044672. OLE color: 6044672.
HSL color Cylindrical-coordinate representation of color #003C5C: hue angle of 200.87º 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 #003C5C is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 0 | 60 | 92 | - |
| CMYK | 1 | 0.35 | 0 | 0.64 |
| HSL | 200.87º | 1% | 0.18% | - |
| HSV(B) | 200.87º | 1% | 0.36% | - |
| XYZ | 3.55 | 4 | 10.71 | - |
| YUV | 45.71 | 154.12 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 92 | 1 | 0.35 | 0 | 0.64 | 200.87 | 1 | 0.18 |
| Hex | 0 | 3C | 5C | 64 | 23 | 0 | 40 | C9 | 64 | 12 |
| Octal | 0 | 74 | 134 | 144 | 43 | 0 | 100 | 311 | 144 | 22 |
| Binary | 0 | 111100 | 1011100 | 1100100 | 100011 | 0 | 1000000 | 11001001 | 1100100 | 10010 |
Color Harmonies of #003C5C
Complementary color
Monochromatic Colors of #003C5C
Black with #003C5C
Text Example
Text Example
White with #003C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C5C; }
p { color: rgb(0,60,92); }
H1.HeaderClassName
{
color: #003C5C;
}
.AnyTagClassName
{
color: #003C5C;
}
</style>
background-color css
<style>
a { background-color: #003C5C; }
a { background-color: rgb(0,60,92); }
div.DivClassName
{
background-color: #003C5C;
}
.BgClassName
{
background-color: #003C5C;
}
</style>
border-color css
<style>
span { border-color: #003C5C; }
span { border-color: rgb(0,60,92); }
td.TdClassName
{
border-color: #003C5C;
}
.TagClassName
{
border-color: #003C5C;
}
</style>