Shades of Prussian Blue #033D5D
Tints of Prussian Blue #033D5D
RGB
CMYK
RGB Variations
Color information
#033D5D (or 0x033D5D) is known color: Prussian Blue. HEX triplet: 03, 3D and 5D. RGB value is (3,61,93). Sum of RGB (Red+Green+Blue) = 3+61+93=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 61 (24.22% from 255 or 38.85% from 157); Blue value is 93 (36.72% from 255 or 59.24% from 157); Max value from RGB is 93 - color contains mainly: blue. Hex color #033D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D5D is #FCC2A2. Grayscale: #2F2F2F. Windows color (decimal): -16564899 or 6110467. OLE color: 6110467.
HSL color Cylindrical-coordinate representation of color #033D5D: hue angle of 201.33º 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 #033D5D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 61 | 93 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.64 |
| HSL | 201.33º | 0.94% | 0.19% | - |
| HSV(B) | 201.33º | 0.97% | 0.36% | - |
| XYZ | 3.68 | 4.15 | 10.96 | - |
| YUV | 47.31 | 153.78 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 93 | 0.97 | 0.34 | 0 | 0.64 | 201.33 | 0.94 | 0.19 |
| Hex | 3 | 3D | 5D | 61 | 22 | 0 | 40 | C9 | 5E | 13 |
| Octal | 3 | 75 | 135 | 141 | 42 | 0 | 100 | 311 | 136 | 23 |
| Binary | 11 | 111101 | 1011101 | 1100001 | 100010 | 0 | 1000000 | 11001001 | 1011110 | 10011 |
Color Harmonies of #033D5D
Complementary color
Monochromatic Colors of #033D5D
Black with #033D5D
Text Example
Text Example
White with #033D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D5D; }
p { color: rgb(3,61,93); }
H1.HeaderClassName
{
color: #033D5D;
}
.AnyTagClassName
{
color: #033D5D;
}
</style>
background-color css
<style>
a { background-color: #033D5D; }
a { background-color: rgb(3,61,93); }
div.DivClassName
{
background-color: #033D5D;
}
.BgClassName
{
background-color: #033D5D;
}
</style>
border-color css
<style>
span { border-color: #033D5D; }
span { border-color: rgb(3,61,93); }
td.TdClassName
{
border-color: #033D5D;
}
.TagClassName
{
border-color: #033D5D;
}
</style>