Shades of Prussian Blue #043257
Tints of Prussian Blue #043257
RGB
CMYK
RGB Variations
Color information
#043257 (or 0x043257) is known color: Prussian Blue. HEX triplet: 04, 32 and 57. RGB value is (4,50,87). Sum of RGB (Red+Green+Blue) = 4+50+87=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #043257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043257 is #FBCDA8. Grayscale: #282828. Windows color (decimal): -16502185 or 5714436. OLE color: 5714436.
HSL color Cylindrical-coordinate representation of color #043257: hue angle of 206.75º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043257 is Cyan = 0.95, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 50 | 87 | - |
| CMYK | 0.95 | 0.43 | 0 | 0.66 |
| HSL | 206.75º | 0.91% | 0.18% | - |
| HSV(B) | 206.75º | 0.95% | 0.34% | - |
| XYZ | 2.91 | 3 | 9.44 | - |
| YUV | 40.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 87 | 0.95 | 0.43 | 0 | 0.66 | 206.75 | 0.91 | 0.18 |
| Hex | 4 | 32 | 57 | 5F | 2B | 0 | 42 | CF | 5B | 12 |
| Octal | 4 | 62 | 127 | 137 | 53 | 0 | 102 | 317 | 133 | 22 |
| Binary | 100 | 110010 | 1010111 | 1011111 | 101011 | 0 | 1000010 | 11001111 | 1011011 | 10010 |
Color Harmonies of #043257
Complementary color
Monochromatic Colors of #043257
Black with #043257
Text Example
Text Example
White with #043257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043257; }
p { color: rgb(4,50,87); }
H1.HeaderClassName
{
color: #043257;
}
.AnyTagClassName
{
color: #043257;
}
</style>
background-color css
<style>
a { background-color: #043257; }
a { background-color: rgb(4,50,87); }
div.DivClassName
{
background-color: #043257;
}
.BgClassName
{
background-color: #043257;
}
</style>
border-color css
<style>
span { border-color: #043257; }
span { border-color: rgb(4,50,87); }
td.TdClassName
{
border-color: #043257;
}
.TagClassName
{
border-color: #043257;
}
</style>