Shades of Prussian Blue #033C5D
Tints of Prussian Blue #033C5D
RGB
CMYK
RGB Variations
Color information
#033C5D (or 0x033C5D) is known color: Prussian Blue. HEX triplet: 03, 3C and 5D. RGB value is (3,60,93). Sum of RGB (Red+Green+Blue) = 3+60+93=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #033C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C5D is #FCC3A2. Grayscale: #2E2E2E. Windows color (decimal): -16565155 or 6110211. OLE color: 6110211.
HSL color Cylindrical-coordinate representation of color #033C5D: hue angle of 202º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033C5D is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 60 | 93 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.64 |
| HSL | 202º | 0.94% | 0.19% | - |
| HSV(B) | 202º | 0.97% | 0.36% | - |
| XYZ | 3.63 | 4.04 | 10.94 | - |
| YUV | 46.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 93 | 0.97 | 0.35 | 0 | 0.64 | 202 | 0.94 | 0.19 |
| Hex | 3 | 3C | 5D | 61 | 23 | 0 | 40 | CA | 5E | 13 |
| Octal | 3 | 74 | 135 | 141 | 43 | 0 | 100 | 312 | 136 | 23 |
| Binary | 11 | 111100 | 1011101 | 1100001 | 100011 | 0 | 1000000 | 11001010 | 1011110 | 10011 |
Color Harmonies of #033C5D
Complementary color
Monochromatic Colors of #033C5D
Black with #033C5D
Text Example
Text Example
White with #033C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C5D; }
p { color: rgb(3,60,93); }
H1.HeaderClassName
{
color: #033C5D;
}
.AnyTagClassName
{
color: #033C5D;
}
</style>
background-color css
<style>
a { background-color: #033C5D; }
a { background-color: rgb(3,60,93); }
div.DivClassName
{
background-color: #033C5D;
}
.BgClassName
{
background-color: #033C5D;
}
</style>
border-color css
<style>
span { border-color: #033C5D; }
span { border-color: rgb(3,60,93); }
td.TdClassName
{
border-color: #033C5D;
}
.TagClassName
{
border-color: #033C5D;
}
</style>