Shades of Prussian Blue #033050
Tints of Prussian Blue #033050
RGB
CMYK
RGB Variations
Color information
#033050 (or 0x033050) is known color: Prussian Blue. HEX triplet: 03, 30 and 50. RGB value is (3,48,80). Sum of RGB (Red+Green+Blue) = 3+48+80=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 48 (19.14% from 255 or 36.64% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #033050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033050 is #FCCFAF. Grayscale: #262626. Windows color (decimal): -16568240 or 5255171. OLE color: 5255171.
HSL color Cylindrical-coordinate representation of color #033050: hue angle of 204.94º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #033050 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 48 | 80 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.69 |
| HSL | 204.94º | 0.93% | 0.16% | - |
| HSV(B) | 204.94º | 0.96% | 0.31% | - |
| XYZ | 2.54 | 2.71 | 7.98 | - |
| YUV | 38.19 | 151.59 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 80 | 0.96 | 0.40 | 0 | 0.69 | 204.94 | 0.93 | 0.16 |
| Hex | 3 | 30 | 50 | 60 | 28 | 0 | 45 | CD | 5D | 10 |
| Octal | 3 | 60 | 120 | 140 | 50 | 0 | 105 | 315 | 135 | 20 |
| Binary | 11 | 110000 | 1010000 | 1100000 | 101000 | 0 | 1000101 | 11001101 | 1011101 | 10000 |
Color Harmonies of #033050
Complementary color
Monochromatic Colors of #033050
Black with #033050
Text Example
Text Example
White with #033050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033050; }
p { color: rgb(3,48,80); }
H1.HeaderClassName
{
color: #033050;
}
.AnyTagClassName
{
color: #033050;
}
</style>
background-color css
<style>
a { background-color: #033050; }
a { background-color: rgb(3,48,80); }
div.DivClassName
{
background-color: #033050;
}
.BgClassName
{
background-color: #033050;
}
</style>
border-color css
<style>
span { border-color: #033050; }
span { border-color: rgb(3,48,80); }
td.TdClassName
{
border-color: #033050;
}
.TagClassName
{
border-color: #033050;
}
</style>