Shades of Prussian Blue #033A59
Tints of Prussian Blue #033A59
RGB
CMYK
RGB Variations
Color information
#033A59 (or 0x033A59) is known color: Prussian Blue. HEX triplet: 03, 3A and 59. RGB value is (3,58,89). Sum of RGB (Red+Green+Blue) = 3+58+89=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 58 (23.05% from 255 or 38.67% from 150); Blue value is 89 (35.16% from 255 or 59.33% from 150); Max value from RGB is 89 - color contains mainly: blue. Hex color #033A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A59 is #FCC5A6. Grayscale: #2C2C2C. Windows color (decimal): -16565671 or 5847555. OLE color: 5847555.
HSL color Cylindrical-coordinate representation of color #033A59: hue angle of 201.63º degrees, saturation: 0.93, 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 #033A59 is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 58 | 89 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.65 |
| HSL | 201.63º | 0.93% | 0.18% | - |
| HSV(B) | 201.63º | 0.97% | 0.35% | - |
| XYZ | 3.35 | 3.77 | 10 | - |
| YUV | 45.09 | 152.78 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 89 | 0.97 | 0.35 | 0 | 0.65 | 201.63 | 0.93 | 0.18 |
| Hex | 3 | 3A | 59 | 61 | 23 | 0 | 41 | CA | 5D | 12 |
| Octal | 3 | 72 | 131 | 141 | 43 | 0 | 101 | 312 | 135 | 22 |
| Binary | 11 | 111010 | 1011001 | 1100001 | 100011 | 0 | 1000001 | 11001010 | 1011101 | 10010 |
Color Harmonies of #033A59
Complementary color
Monochromatic Colors of #033A59
Black with #033A59
Text Example
Text Example
White with #033A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A59; }
p { color: rgb(3,58,89); }
H1.HeaderClassName
{
color: #033A59;
}
.AnyTagClassName
{
color: #033A59;
}
</style>
background-color css
<style>
a { background-color: #033A59; }
a { background-color: rgb(3,58,89); }
div.DivClassName
{
background-color: #033A59;
}
.BgClassName
{
background-color: #033A59;
}
</style>
border-color css
<style>
span { border-color: #033A59; }
span { border-color: rgb(3,58,89); }
td.TdClassName
{
border-color: #033A59;
}
.TagClassName
{
border-color: #033A59;
}
</style>