Shades of Prussian Blue #043E5B
Tints of Prussian Blue #043E5B
RGB
CMYK
RGB Variations
Color information
#043E5B (or 0x043E5B) is known color: Prussian Blue. HEX triplet: 04, 3E and 5B. RGB value is (4,62,91). Sum of RGB (Red+Green+Blue) = 4+62+91=157 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.55% from 157); Green value is 62 (24.61% from 255 or 39.49% from 157); Blue value is 91 (35.94% from 255 or 57.96% from 157); Max value from RGB is 91 - color contains mainly: blue. Hex color #043E5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043E5B is #FBC1A4. Grayscale: #2F2F2F. Windows color (decimal): -16499109 or 5979652. OLE color: 5979652.
HSL color Cylindrical-coordinate representation of color #043E5B: hue angle of 200º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043E5B is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 62 | 91 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.64 |
| HSL | 200º | 0.92% | 0.19% | - |
| HSV(B) | 200º | 0.96% | 0.36% | - |
| XYZ | 3.66 | 4.23 | 10.52 | - |
| YUV | 47.96 | 152.28 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 91 | 0.96 | 0.32 | 0 | 0.64 | 200 | 0.92 | 0.19 |
| Hex | 4 | 3E | 5B | 60 | 20 | 0 | 40 | C8 | 5C | 13 |
| Octal | 4 | 76 | 133 | 140 | 40 | 0 | 100 | 310 | 134 | 23 |
| Binary | 100 | 111110 | 1011011 | 1100000 | 100000 | 0 | 1000000 | 11001000 | 1011100 | 10011 |
Color Harmonies of #043E5B
Complementary color
Monochromatic Colors of #043E5B
Black with #043E5B
Text Example
Text Example
White with #043E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E5B; }
p { color: rgb(4,62,91); }
H1.HeaderClassName
{
color: #043E5B;
}
.AnyTagClassName
{
color: #043E5B;
}
</style>
background-color css
<style>
a { background-color: #043E5B; }
a { background-color: rgb(4,62,91); }
div.DivClassName
{
background-color: #043E5B;
}
.BgClassName
{
background-color: #043E5B;
}
</style>
border-color css
<style>
span { border-color: #043E5B; }
span { border-color: rgb(4,62,91); }
td.TdClassName
{
border-color: #043E5B;
}
.TagClassName
{
border-color: #043E5B;
}
</style>