Shades of Prussian Blue #043551
Tints of Prussian Blue #043551
RGB
CMYK
RGB Variations
Color information
#043551 (or 0x043551) is known color: Prussian Blue. HEX triplet: 04, 35 and 51. RGB value is (4,53,81). Sum of RGB (Red+Green+Blue) = 4+53+81=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 53 (21.09% from 255 or 38.41% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #043551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043551 is #FBCAAE. Grayscale: #292929. Windows color (decimal): -16501423 or 5321988. OLE color: 5321988.
HSL color Cylindrical-coordinate representation of color #043551: hue angle of 201.82º 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 #043551 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 53 | 81 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.68 |
| HSL | 201.82º | 0.91% | 0.17% | - |
| HSV(B) | 201.82º | 0.95% | 0.32% | - |
| XYZ | 2.81 | 3.17 | 8.25 | - |
| YUV | 41.54 | 150.27 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 53 | 81 | 0.95 | 0.35 | 0 | 0.68 | 201.82 | 0.91 | 0.17 |
| Hex | 4 | 35 | 51 | 5F | 23 | 0 | 44 | CA | 5B | 11 |
| Octal | 4 | 65 | 121 | 137 | 43 | 0 | 104 | 312 | 133 | 21 |
| Binary | 100 | 110101 | 1010001 | 1011111 | 100011 | 0 | 1000100 | 11001010 | 1011011 | 10001 |
Color Harmonies of #043551
Complementary color
Monochromatic Colors of #043551
Black with #043551
Text Example
Text Example
White with #043551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043551; }
p { color: rgb(4,53,81); }
H1.HeaderClassName
{
color: #043551;
}
.AnyTagClassName
{
color: #043551;
}
</style>
background-color css
<style>
a { background-color: #043551; }
a { background-color: rgb(4,53,81); }
div.DivClassName
{
background-color: #043551;
}
.BgClassName
{
background-color: #043551;
}
</style>
border-color css
<style>
span { border-color: #043551; }
span { border-color: rgb(4,53,81); }
td.TdClassName
{
border-color: #043551;
}
.TagClassName
{
border-color: #043551;
}
</style>