Shades of Prussian Blue #043574
Tints of Prussian Blue #043574
RGB
CMYK
RGB Variations
Color information
#043574 (or 0x043574) is known color: Prussian Blue. HEX triplet: 04, 35 and 74. RGB value is (4,53,116). Sum of RGB (Red+Green+Blue) = 4+53+116=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #043574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043574 is #FBCA8B. Grayscale: #2D2D2D. Windows color (decimal): -16501388 or 7615748. OLE color: 7615748.
HSL color Cylindrical-coordinate representation of color #043574: hue angle of 213.75º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043574 is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 53 | 116 | - |
| CMYK | 0.97 | 0.54 | 0 | 0.55 |
| HSL | 213.75º | 0.93% | 0.24% | - |
| HSV(B) | 213.75º | 0.97% | 0.45% | - |
| XYZ | 4.48 | 3.83 | 17.03 | - |
| YUV | 45.53 | 167.77 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 116 | 0.97 | 0.54 | 0 | 0.55 | 213.75 | 0.93 | 0.24 |
| Hex | 4 | 35 | 74 | 61 | 36 | 0 | 37 | D6 | 5D | 18 |
| Octal | 4 | 65 | 164 | 141 | 66 | 0 | 67 | 326 | 135 | 30 |
| Binary | 100 | 110101 | 1110100 | 1100001 | 110110 | 0 | 110111 | 11010110 | 1011101 | 11000 |
Color Harmonies of #043574
Complementary color
Monochromatic Colors of #043574
Black with #043574
Text Example
Text Example
White with #043574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043574; }
p { color: rgb(4,53,116); }
H1.HeaderClassName
{
color: #043574;
}
.AnyTagClassName
{
color: #043574;
}
</style>
background-color css
<style>
a { background-color: #043574; }
a { background-color: rgb(4,53,116); }
div.DivClassName
{
background-color: #043574;
}
.BgClassName
{
background-color: #043574;
}
</style>
border-color css
<style>
span { border-color: #043574; }
span { border-color: rgb(4,53,116); }
td.TdClassName
{
border-color: #043574;
}
.TagClassName
{
border-color: #043574;
}
</style>