Shades of Prussian Blue #043758
Tints of Prussian Blue #043758
RGB
CMYK
RGB Variations
Color information
#043758 (or 0x043758) is known color: Prussian Blue. HEX triplet: 04, 37 and 58. RGB value is (4,55,88). Sum of RGB (Red+Green+Blue) = 4+55+88=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 55 (21.88% from 255 or 37.41% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #043758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043758 is #FBC8A7. Grayscale: #2B2B2B. Windows color (decimal): -16500904 or 5781252. OLE color: 5781252.
HSL color Cylindrical-coordinate representation of color #043758: hue angle of 203.57º 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 #043758 is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 55 | 88 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.65 |
| HSL | 203.57º | 0.91% | 0.18% | - |
| HSV(B) | 203.57º | 0.95% | 0.35% | - |
| XYZ | 3.18 | 3.46 | 9.73 | - |
| YUV | 43.51 | 153.1 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 55 | 88 | 0.95 | 0.38 | 0 | 0.65 | 203.57 | 0.91 | 0.18 |
| Hex | 4 | 37 | 58 | 5F | 26 | 0 | 41 | CC | 5B | 12 |
| Octal | 4 | 67 | 130 | 137 | 46 | 0 | 101 | 314 | 133 | 22 |
| Binary | 100 | 110111 | 1011000 | 1011111 | 100110 | 0 | 1000001 | 11001100 | 1011011 | 10010 |
Color Harmonies of #043758
Complementary color
Monochromatic Colors of #043758
Black with #043758
Text Example
Text Example
White with #043758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043758; }
p { color: rgb(4,55,88); }
H1.HeaderClassName
{
color: #043758;
}
.AnyTagClassName
{
color: #043758;
}
</style>
background-color css
<style>
a { background-color: #043758; }
a { background-color: rgb(4,55,88); }
div.DivClassName
{
background-color: #043758;
}
.BgClassName
{
background-color: #043758;
}
</style>
border-color css
<style>
span { border-color: #043758; }
span { border-color: rgb(4,55,88); }
td.TdClassName
{
border-color: #043758;
}
.TagClassName
{
border-color: #043758;
}
</style>