Shades of Prussian Blue #043C5A
Tints of Prussian Blue #043C5A
RGB
CMYK
RGB Variations
Color information
#043C5A (or 0x043C5A) is known color: Prussian Blue. HEX triplet: 04, 3C and 5A. RGB value is (4,60,90). Sum of RGB (Red+Green+Blue) = 4+60+90=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 60 (23.83% from 255 or 38.96% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #043C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C5A is #FBC3A5. Grayscale: #2E2E2E. Windows color (decimal): -16499622 or 5913604. OLE color: 5913604.
HSL color Cylindrical-coordinate representation of color #043C5A: hue angle of 200.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043C5A is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 60 | 90 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.65 |
| HSL | 200.93º | 0.91% | 0.18% | - |
| HSV(B) | 200.93º | 0.96% | 0.35% | - |
| XYZ | 3.51 | 4 | 10.26 | - |
| YUV | 46.68 | 152.45 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 90 | 0.96 | 0.33 | 0 | 0.65 | 200.93 | 0.91 | 0.18 |
| Hex | 4 | 3C | 5A | 60 | 21 | 0 | 41 | C9 | 5B | 12 |
| Octal | 4 | 74 | 132 | 140 | 41 | 0 | 101 | 311 | 133 | 22 |
| Binary | 100 | 111100 | 1011010 | 1100000 | 100001 | 0 | 1000001 | 11001001 | 1011011 | 10010 |
Color Harmonies of #043C5A
Complementary color
Monochromatic Colors of #043C5A
Black with #043C5A
Text Example
Text Example
White with #043C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C5A; }
p { color: rgb(4,60,90); }
H1.HeaderClassName
{
color: #043C5A;
}
.AnyTagClassName
{
color: #043C5A;
}
</style>
background-color css
<style>
a { background-color: #043C5A; }
a { background-color: rgb(4,60,90); }
div.DivClassName
{
background-color: #043C5A;
}
.BgClassName
{
background-color: #043C5A;
}
</style>
border-color css
<style>
span { border-color: #043C5A; }
span { border-color: rgb(4,60,90); }
td.TdClassName
{
border-color: #043C5A;
}
.TagClassName
{
border-color: #043C5A;
}
</style>