Shades of Prussian Blue #043270
Tints of Prussian Blue #043270
RGB
CMYK
RGB Variations
Color information
#043270 (or 0x043270) is known color: Prussian Blue. HEX triplet: 04, 32 and 70. RGB value is (4,50,112). Sum of RGB (Red+Green+Blue) = 4+50+112=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #043270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043270 is #FBCD8F. Grayscale: #2B2B2B. Windows color (decimal): -16502160 or 7352836. OLE color: 7352836.
HSL color Cylindrical-coordinate representation of color #043270: hue angle of 214.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043270 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 50 | 112 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.56 |
| HSL | 214.44º | 0.93% | 0.23% | - |
| HSV(B) | 214.44º | 0.96% | 0.44% | - |
| XYZ | 4.12 | 3.48 | 15.78 | - |
| YUV | 43.31 | 166.76 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 112 | 0.96 | 0.55 | 0 | 0.56 | 214.44 | 0.93 | 0.23 |
| Hex | 4 | 32 | 70 | 60 | 37 | 0 | 38 | D6 | 5D | 17 |
| Octal | 4 | 62 | 160 | 140 | 67 | 0 | 70 | 326 | 135 | 27 |
| Binary | 100 | 110010 | 1110000 | 1100000 | 110111 | 0 | 111000 | 11010110 | 1011101 | 10111 |
Color Harmonies of #043270
Complementary color
Monochromatic Colors of #043270
Black with #043270
Text Example
Text Example
White with #043270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043270; }
p { color: rgb(4,50,112); }
H1.HeaderClassName
{
color: #043270;
}
.AnyTagClassName
{
color: #043270;
}
</style>
background-color css
<style>
a { background-color: #043270; }
a { background-color: rgb(4,50,112); }
div.DivClassName
{
background-color: #043270;
}
.BgClassName
{
background-color: #043270;
}
</style>
border-color css
<style>
span { border-color: #043270; }
span { border-color: rgb(4,50,112); }
td.TdClassName
{
border-color: #043270;
}
.TagClassName
{
border-color: #043270;
}
</style>