Shades of Prussian Blue #033870
Tints of Prussian Blue #033870
RGB
CMYK
RGB Variations
Color information
#033870 (or 0x033870) is known color: Prussian Blue. HEX triplet: 03, 38 and 70. RGB value is (3,56,112). Sum of RGB (Red+Green+Blue) = 3+56+112=171 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.75% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 112 (44.14% from 255 or 65.50% from 171); Max value from RGB is 112 - color contains mainly: blue. Hex color #033870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033870 is #FCC78F. Grayscale: #2E2E2E. Windows color (decimal): -16566160 or 7354371. OLE color: 7354371.
HSL color Cylindrical-coordinate representation of color #033870: hue angle of 210.83º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #033870 is Cyan = 0.97, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 56 | 112 | - |
| CMYK | 0.97 | 0.50 | 0 | 0.56 |
| HSL | 210.83º | 0.95% | 0.23% | - |
| HSV(B) | 210.83º | 0.97% | 0.44% | - |
| XYZ | 4.38 | 4.02 | 15.87 | - |
| YUV | 46.54 | 164.94 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 56 | 112 | 0.97 | 0.50 | 0 | 0.56 | 210.83 | 0.95 | 0.23 |
| Hex | 3 | 38 | 70 | 61 | 32 | 0 | 38 | D3 | 5F | 17 |
| Octal | 3 | 70 | 160 | 141 | 62 | 0 | 70 | 323 | 137 | 27 |
| Binary | 11 | 111000 | 1110000 | 1100001 | 110010 | 0 | 111000 | 11010011 | 1011111 | 10111 |
Color Harmonies of #033870
Complementary color
Monochromatic Colors of #033870
Black with #033870
Text Example
Text Example
White with #033870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033870; }
p { color: rgb(3,56,112); }
H1.HeaderClassName
{
color: #033870;
}
.AnyTagClassName
{
color: #033870;
}
</style>
background-color css
<style>
a { background-color: #033870; }
a { background-color: rgb(3,56,112); }
div.DivClassName
{
background-color: #033870;
}
.BgClassName
{
background-color: #033870;
}
</style>
border-color css
<style>
span { border-color: #033870; }
span { border-color: rgb(3,56,112); }
td.TdClassName
{
border-color: #033870;
}
.TagClassName
{
border-color: #033870;
}
</style>