Shades of Prussian Blue #043552
Tints of Prussian Blue #043552
RGB
CMYK
RGB Variations
Color information
#043552 (or 0x043552) is known color: Prussian Blue. HEX triplet: 04, 35 and 52. RGB value is (4,53,82). Sum of RGB (Red+Green+Blue) = 4+53+82=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 82 (32.42% from 255 or 58.99% from 139); Max value from RGB is 82 - color contains mainly: blue. Hex color #043552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043552 is #FBCAAD. Grayscale: #292929. Windows color (decimal): -16501422 or 5387524. OLE color: 5387524.
HSL color Cylindrical-coordinate representation of color #043552: hue angle of 202.31º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043552 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 53 | 82 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.68 |
| HSL | 202.31º | 0.91% | 0.17% | - |
| HSV(B) | 202.31º | 0.95% | 0.32% | - |
| XYZ | 2.85 | 3.18 | 8.45 | - |
| YUV | 41.66 | 150.77 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 82 | 0.95 | 0.35 | 0 | 0.68 | 202.31 | 0.91 | 0.17 |
| Hex | 4 | 35 | 52 | 5F | 23 | 0 | 44 | CA | 5B | 11 |
| Octal | 4 | 65 | 122 | 137 | 43 | 0 | 104 | 312 | 133 | 21 |
| Binary | 100 | 110101 | 1010010 | 1011111 | 100011 | 0 | 1000100 | 11001010 | 1011011 | 10001 |
Color Harmonies of #043552
Complementary color
Monochromatic Colors of #043552
Black with #043552
Text Example
Text Example
White with #043552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043552; }
p { color: rgb(4,53,82); }
H1.HeaderClassName
{
color: #043552;
}
.AnyTagClassName
{
color: #043552;
}
</style>
background-color css
<style>
a { background-color: #043552; }
a { background-color: rgb(4,53,82); }
div.DivClassName
{
background-color: #043552;
}
.BgClassName
{
background-color: #043552;
}
</style>
border-color css
<style>
span { border-color: #043552; }
span { border-color: rgb(4,53,82); }
td.TdClassName
{
border-color: #043552;
}
.TagClassName
{
border-color: #043552;
}
</style>