Shades of Prussian Blue #033A5A
Tints of Prussian Blue #033A5A
RGB
CMYK
RGB Variations
Color information
#033A5A (or 0x033A5A) is known color: Prussian Blue. HEX triplet: 03, 3A and 5A. RGB value is (3,58,90). Sum of RGB (Red+Green+Blue) = 3+58+90=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 58 (23.05% from 255 or 38.41% from 151); Blue value is 90 (35.55% from 255 or 59.60% from 151); Max value from RGB is 90 - color contains mainly: blue. Hex color #033A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A5A is #FCC5A5. Grayscale: #2D2D2D. Windows color (decimal): -16565670 or 5913091. OLE color: 5913091.
HSL color Cylindrical-coordinate representation of color #033A5A: hue angle of 202.07º 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 #033A5A is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 58 | 90 | - |
| CMYK | 0.97 | 0.36 | 0 | 0.65 |
| HSL | 202.07º | 0.94% | 0.18% | - |
| HSV(B) | 202.07º | 0.97% | 0.35% | - |
| XYZ | 3.4 | 3.78 | 10.22 | - |
| YUV | 45.2 | 153.28 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 90 | 0.97 | 0.36 | 0 | 0.65 | 202.07 | 0.94 | 0.18 |
| Hex | 3 | 3A | 5A | 61 | 24 | 0 | 41 | CA | 5E | 12 |
| Octal | 3 | 72 | 132 | 141 | 44 | 0 | 101 | 312 | 136 | 22 |
| Binary | 11 | 111010 | 1011010 | 1100001 | 100100 | 0 | 1000001 | 11001010 | 1011110 | 10010 |
Color Harmonies of #033A5A
Complementary color
Monochromatic Colors of #033A5A
Black with #033A5A
Text Example
Text Example
White with #033A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A5A; }
p { color: rgb(3,58,90); }
H1.HeaderClassName
{
color: #033A5A;
}
.AnyTagClassName
{
color: #033A5A;
}
</style>
background-color css
<style>
a { background-color: #033A5A; }
a { background-color: rgb(3,58,90); }
div.DivClassName
{
background-color: #033A5A;
}
.BgClassName
{
background-color: #033A5A;
}
</style>
border-color css
<style>
span { border-color: #033A5A; }
span { border-color: rgb(3,58,90); }
td.TdClassName
{
border-color: #033A5A;
}
.TagClassName
{
border-color: #033A5A;
}
</style>