Shades of Prussian Blue #033D5A
Tints of Prussian Blue #033D5A
RGB
CMYK
RGB Variations
Color information
#033D5A (or 0x033D5A) is known color: Prussian Blue. HEX triplet: 03, 3D and 5A. RGB value is (3,61,90). Sum of RGB (Red+Green+Blue) = 3+61+90=154 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.95% from 154); Green value is 61 (24.22% from 255 or 39.61% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #033D5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D5A is #FCC2A5. Grayscale: #2E2E2E. Windows color (decimal): -16564902 or 5913859. OLE color: 5913859.
HSL color Cylindrical-coordinate representation of color #033D5A: hue angle of 200º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033D5A is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 61 | 90 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.65 |
| HSL | 200º | 0.94% | 0.18% | - |
| HSV(B) | 200º | 0.97% | 0.35% | - |
| XYZ | 3.55 | 4.1 | 10.28 | - |
| YUV | 46.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 90 | 0.97 | 0.32 | 0 | 0.65 | 200 | 0.94 | 0.18 |
| Hex | 3 | 3D | 5A | 61 | 20 | 0 | 41 | C8 | 5E | 12 |
| Octal | 3 | 75 | 132 | 141 | 40 | 0 | 101 | 310 | 136 | 22 |
| Binary | 11 | 111101 | 1011010 | 1100001 | 100000 | 0 | 1000001 | 11001000 | 1011110 | 10010 |
Color Harmonies of #033D5A
Complementary color
Monochromatic Colors of #033D5A
Black with #033D5A
Text Example
Text Example
White with #033D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D5A; }
p { color: rgb(3,61,90); }
H1.HeaderClassName
{
color: #033D5A;
}
.AnyTagClassName
{
color: #033D5A;
}
</style>
background-color css
<style>
a { background-color: #033D5A; }
a { background-color: rgb(3,61,90); }
div.DivClassName
{
background-color: #033D5A;
}
.BgClassName
{
background-color: #033D5A;
}
</style>
border-color css
<style>
span { border-color: #033D5A; }
span { border-color: rgb(3,61,90); }
td.TdClassName
{
border-color: #033D5A;
}
.TagClassName
{
border-color: #033D5A;
}
</style>