Shades of Prussian Blue #043371
Tints of Prussian Blue #043371
RGB
CMYK
RGB Variations
Color information
#043371 (or 0x043371) is known color: Prussian Blue. HEX triplet: 04, 33 and 71. RGB value is (4,51,113). Sum of RGB (Red+Green+Blue) = 4+51+113=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #043371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043371 is #FBCC8E. Grayscale: #2B2B2B. Windows color (decimal): -16501903 or 7418628. OLE color: 7418628.
HSL color Cylindrical-coordinate representation of color #043371: hue angle of 214.13º 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 #043371 is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 51 | 113 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.56 |
| HSL | 214.13º | 0.93% | 0.23% | - |
| HSV(B) | 214.13º | 0.96% | 0.44% | - |
| XYZ | 4.21 | 3.59 | 16.09 | - |
| YUV | 44.02 | 166.93 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 113 | 0.96 | 0.55 | 0 | 0.56 | 214.13 | 0.93 | 0.23 |
| Hex | 4 | 33 | 71 | 60 | 37 | 0 | 38 | D6 | 5D | 17 |
| Octal | 4 | 63 | 161 | 140 | 67 | 0 | 70 | 326 | 135 | 27 |
| Binary | 100 | 110011 | 1110001 | 1100000 | 110111 | 0 | 111000 | 11010110 | 1011101 | 10111 |
Color Harmonies of #043371
Complementary color
Monochromatic Colors of #043371
Black with #043371
Text Example
Text Example
White with #043371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043371; }
p { color: rgb(4,51,113); }
H1.HeaderClassName
{
color: #043371;
}
.AnyTagClassName
{
color: #043371;
}
</style>
background-color css
<style>
a { background-color: #043371; }
a { background-color: rgb(4,51,113); }
div.DivClassName
{
background-color: #043371;
}
.BgClassName
{
background-color: #043371;
}
</style>
border-color css
<style>
span { border-color: #043371; }
span { border-color: rgb(4,51,113); }
td.TdClassName
{
border-color: #043371;
}
.TagClassName
{
border-color: #043371;
}
</style>