Shades of Prussian Blue #033E5A
Tints of Prussian Blue #033E5A
RGB
CMYK
RGB Variations
Color information
#033E5A (or 0x033E5A) is known color: Prussian Blue. HEX triplet: 03, 3E and 5A. RGB value is (3,62,90). Sum of RGB (Red+Green+Blue) = 3+62+90=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 62 (24.61% from 255 or 40% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #033E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033E5A is #FCC1A5. Grayscale: #2F2F2F. Windows color (decimal): -16564646 or 5914115. OLE color: 5914115.
HSL color Cylindrical-coordinate representation of color #033E5A: hue angle of 199.31º 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 #033E5A is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 62 | 90 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.65 |
| HSL | 199.31º | 0.94% | 0.18% | - |
| HSV(B) | 199.31º | 0.97% | 0.35% | - |
| XYZ | 3.61 | 4.2 | 10.29 | - |
| YUV | 47.55 | 151.95 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 90 | 0.97 | 0.31 | 0 | 0.65 | 199.31 | 0.94 | 0.18 |
| Hex | 3 | 3E | 5A | 61 | 1F | 0 | 41 | C7 | 5E | 12 |
| Octal | 3 | 76 | 132 | 141 | 37 | 0 | 101 | 307 | 136 | 22 |
| Binary | 11 | 111110 | 1011010 | 1100001 | 11111 | 0 | 1000001 | 11000111 | 1011110 | 10010 |
Color Harmonies of #033E5A
Complementary color
Monochromatic Colors of #033E5A
Black with #033E5A
Text Example
Text Example
White with #033E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033E5A; }
p { color: rgb(3,62,90); }
H1.HeaderClassName
{
color: #033E5A;
}
.AnyTagClassName
{
color: #033E5A;
}
</style>
background-color css
<style>
a { background-color: #033E5A; }
a { background-color: rgb(3,62,90); }
div.DivClassName
{
background-color: #033E5A;
}
.BgClassName
{
background-color: #033E5A;
}
</style>
border-color css
<style>
span { border-color: #033E5A; }
span { border-color: rgb(3,62,90); }
td.TdClassName
{
border-color: #033E5A;
}
.TagClassName
{
border-color: #033E5A;
}
</style>