Shades of Prussian Blue #033C5A
Tints of Prussian Blue #033C5A
RGB
CMYK
RGB Variations
Color information
#033C5A (or 0x033C5A) is known color: Prussian Blue. HEX triplet: 03, 3C and 5A. RGB value is (3,60,90). Sum of RGB (Red+Green+Blue) = 3+60+90=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 90 (35.55% from 255 or 58.82% from 153); Max value from RGB is 90 - color contains mainly: blue. Hex color #033C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C5A is #FCC3A5. Grayscale: #2E2E2E. Windows color (decimal): -16565158 or 5913603. OLE color: 5913603.
HSL color Cylindrical-coordinate representation of color #033C5A: hue angle of 200.69º 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 #033C5A is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 60 | 90 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.65 |
| HSL | 200.69º | 0.94% | 0.18% | - |
| HSV(B) | 200.69º | 0.97% | 0.35% | - |
| XYZ | 3.5 | 3.99 | 10.26 | - |
| YUV | 46.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 90 | 0.97 | 0.33 | 0 | 0.65 | 200.69 | 0.94 | 0.18 |
| Hex | 3 | 3C | 5A | 61 | 21 | 0 | 41 | C9 | 5E | 12 |
| Octal | 3 | 74 | 132 | 141 | 41 | 0 | 101 | 311 | 136 | 22 |
| Binary | 11 | 111100 | 1011010 | 1100001 | 100001 | 0 | 1000001 | 11001001 | 1011110 | 10010 |
Color Harmonies of #033C5A
Complementary color
Monochromatic Colors of #033C5A
Black with #033C5A
Text Example
Text Example
White with #033C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C5A; }
p { color: rgb(3,60,90); }
H1.HeaderClassName
{
color: #033C5A;
}
.AnyTagClassName
{
color: #033C5A;
}
</style>
background-color css
<style>
a { background-color: #033C5A; }
a { background-color: rgb(3,60,90); }
div.DivClassName
{
background-color: #033C5A;
}
.BgClassName
{
background-color: #033C5A;
}
</style>
border-color css
<style>
span { border-color: #033C5A; }
span { border-color: rgb(3,60,90); }
td.TdClassName
{
border-color: #033C5A;
}
.TagClassName
{
border-color: #033C5A;
}
</style>