Shades of Prussian Blue #033A58
Tints of Prussian Blue #033A58
RGB
CMYK
RGB Variations
Color information
#033A58 (or 0x033A58) is known color: Prussian Blue. HEX triplet: 03, 3A and 58. RGB value is (3,58,88). Sum of RGB (Red+Green+Blue) = 3+58+88=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 58 (23.05% from 255 or 38.93% from 149); Blue value is 88 (34.77% from 255 or 59.06% from 149); Max value from RGB is 88 - color contains mainly: blue. Hex color #033A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A58 is #FCC5A7. Grayscale: #2C2C2C. Windows color (decimal): -16565672 or 5782019. OLE color: 5782019.
HSL color Cylindrical-coordinate representation of color #033A58: hue angle of 201.18º 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 #033A58 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 58 | 88 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.65 |
| HSL | 201.18º | 0.93% | 0.18% | - |
| HSV(B) | 201.18º | 0.97% | 0.35% | - |
| XYZ | 3.31 | 3.75 | 9.78 | - |
| YUV | 44.98 | 152.28 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 88 | 0.97 | 0.34 | 0 | 0.65 | 201.18 | 0.93 | 0.18 |
| Hex | 3 | 3A | 58 | 61 | 22 | 0 | 41 | C9 | 5D | 12 |
| Octal | 3 | 72 | 130 | 141 | 42 | 0 | 101 | 311 | 135 | 22 |
| Binary | 11 | 111010 | 1011000 | 1100001 | 100010 | 0 | 1000001 | 11001001 | 1011101 | 10010 |
Color Harmonies of #033A58
Complementary color
Monochromatic Colors of #033A58
Black with #033A58
Text Example
Text Example
White with #033A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A58; }
p { color: rgb(3,58,88); }
H1.HeaderClassName
{
color: #033A58;
}
.AnyTagClassName
{
color: #033A58;
}
</style>
background-color css
<style>
a { background-color: #033A58; }
a { background-color: rgb(3,58,88); }
div.DivClassName
{
background-color: #033A58;
}
.BgClassName
{
background-color: #033A58;
}
</style>
border-color css
<style>
span { border-color: #033A58; }
span { border-color: rgb(3,58,88); }
td.TdClassName
{
border-color: #033A58;
}
.TagClassName
{
border-color: #033A58;
}
</style>