Shades of Prussian Blue #043C58
Tints of Prussian Blue #043C58
RGB
CMYK
RGB Variations
Color information
#043C58 (or 0x043C58) is known color: Prussian Blue. HEX triplet: 04, 3C and 58. RGB value is (4,60,88). Sum of RGB (Red+Green+Blue) = 4+60+88=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 60 (23.83% from 255 or 39.47% from 152); Blue value is 88 (34.77% from 255 or 57.89% from 152); Max value from RGB is 88 - color contains mainly: blue. Hex color #043C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C58 is #FBC3A7. Grayscale: #2E2E2E. Windows color (decimal): -16499624 or 5782532. OLE color: 5782532.
HSL color Cylindrical-coordinate representation of color #043C58: hue angle of 200º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043C58 is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 60 | 88 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.65 |
| HSL | 200º | 0.91% | 0.18% | - |
| HSV(B) | 200º | 0.95% | 0.35% | - |
| XYZ | 3.43 | 3.96 | 9.82 | - |
| YUV | 46.45 | 151.45 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 88 | 0.95 | 0.32 | 0 | 0.65 | 200 | 0.91 | 0.18 |
| Hex | 4 | 3C | 58 | 5F | 20 | 0 | 41 | C8 | 5B | 12 |
| Octal | 4 | 74 | 130 | 137 | 40 | 0 | 101 | 310 | 133 | 22 |
| Binary | 100 | 111100 | 1011000 | 1011111 | 100000 | 0 | 1000001 | 11001000 | 1011011 | 10010 |
Color Harmonies of #043C58
Complementary color
Monochromatic Colors of #043C58
Black with #043C58
Text Example
Text Example
White with #043C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C58; }
p { color: rgb(4,60,88); }
H1.HeaderClassName
{
color: #043C58;
}
.AnyTagClassName
{
color: #043C58;
}
</style>
background-color css
<style>
a { background-color: #043C58; }
a { background-color: rgb(4,60,88); }
div.DivClassName
{
background-color: #043C58;
}
.BgClassName
{
background-color: #043C58;
}
</style>
border-color css
<style>
span { border-color: #043C58; }
span { border-color: rgb(4,60,88); }
td.TdClassName
{
border-color: #043C58;
}
.TagClassName
{
border-color: #043C58;
}
</style>