Shades of Prussian Blue #033A60
Tints of Prussian Blue #033A60
RGB
CMYK
RGB Variations
Color information
#033A60 (or 0x033A60) is known color: Prussian Blue. HEX triplet: 03, 3A and 60. RGB value is (3,58,96). Sum of RGB (Red+Green+Blue) = 3+58+96=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #033A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A60 is #FCC59F. Grayscale: #2D2D2D. Windows color (decimal): -16565664 or 6306307. OLE color: 6306307.
HSL color Cylindrical-coordinate representation of color #033A60: hue angle of 204.52º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033A60 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 58 | 96 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.62 |
| HSL | 204.52º | 0.94% | 0.19% | - |
| HSV(B) | 204.52º | 0.97% | 0.38% | - |
| XYZ | 3.66 | 3.89 | 11.62 | - |
| YUV | 45.89 | 156.28 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 96 | 0.97 | 0.40 | 0 | 0.62 | 204.52 | 0.94 | 0.19 |
| Hex | 3 | 3A | 60 | 61 | 28 | 0 | 3E | CD | 5E | 13 |
| Octal | 3 | 72 | 140 | 141 | 50 | 0 | 76 | 315 | 136 | 23 |
| Binary | 11 | 111010 | 1100000 | 1100001 | 101000 | 0 | 111110 | 11001101 | 1011110 | 10011 |
Color Harmonies of #033A60
Complementary color
Monochromatic Colors of #033A60
Black with #033A60
Text Example
Text Example
White with #033A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A60; }
p { color: rgb(3,58,96); }
H1.HeaderClassName
{
color: #033A60;
}
.AnyTagClassName
{
color: #033A60;
}
</style>
background-color css
<style>
a { background-color: #033A60; }
a { background-color: rgb(3,58,96); }
div.DivClassName
{
background-color: #033A60;
}
.BgClassName
{
background-color: #033A60;
}
</style>
border-color css
<style>
span { border-color: #033A60; }
span { border-color: rgb(3,58,96); }
td.TdClassName
{
border-color: #033A60;
}
.TagClassName
{
border-color: #033A60;
}
</style>