Shades of Prussian Blue #033078
Tints of Prussian Blue #033078
RGB
CMYK
RGB Variations
Color information
#033078 (or 0x033078) is known color: Prussian Blue. HEX triplet: 03, 30 and 78. RGB value is (3,48,120). Sum of RGB (Red+Green+Blue) = 3+48+120=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #033078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033078 is #FCCF87. Grayscale: #2A2A2A. Windows color (decimal): -16568200 or 7876611. OLE color: 7876611.
HSL color Cylindrical-coordinate representation of color #033078: hue angle of 216.92º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033078 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 48 | 120 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.53 |
| HSL | 216.92º | 0.95% | 0.24% | - |
| HSV(B) | 216.92º | 0.98% | 0.47% | - |
| XYZ | 4.48 | 3.49 | 18.21 | - |
| YUV | 42.75 | 171.59 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 120 | 0.98 | 0.60 | 0 | 0.53 | 216.92 | 0.95 | 0.24 |
| Hex | 3 | 30 | 78 | 62 | 3C | 0 | 35 | D9 | 5F | 18 |
| Octal | 3 | 60 | 170 | 142 | 74 | 0 | 65 | 331 | 137 | 30 |
| Binary | 11 | 110000 | 1111000 | 1100010 | 111100 | 0 | 110101 | 11011001 | 1011111 | 11000 |
Color Harmonies of #033078
Complementary color
Monochromatic Colors of #033078
Black with #033078
Text Example
Text Example
White with #033078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033078; }
p { color: rgb(3,48,120); }
H1.HeaderClassName
{
color: #033078;
}
.AnyTagClassName
{
color: #033078;
}
</style>
background-color css
<style>
a { background-color: #033078; }
a { background-color: rgb(3,48,120); }
div.DivClassName
{
background-color: #033078;
}
.BgClassName
{
background-color: #033078;
}
</style>
border-color css
<style>
span { border-color: #033078; }
span { border-color: rgb(3,48,120); }
td.TdClassName
{
border-color: #033078;
}
.TagClassName
{
border-color: #033078;
}
</style>