Shades of Prussian Blue #043375
Tints of Prussian Blue #043375
RGB
CMYK
RGB Variations
Color information
#043375 (or 0x043375) is known color: Prussian Blue. HEX triplet: 04, 33 and 75. RGB value is (4,51,117). Sum of RGB (Red+Green+Blue) = 4+51+117=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #043375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043375 is #FBCC8A. Grayscale: #2C2C2C. Windows color (decimal): -16501899 or 7680772. OLE color: 7680772.
HSL color Cylindrical-coordinate representation of color #043375: hue angle of 215.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #043375 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 51 | 117 | - |
| CMYK | 0.97 | 0.56 | 0 | 0.54 |
| HSL | 215.04º | 0.93% | 0.24% | - |
| HSV(B) | 215.04º | 0.97% | 0.46% | - |
| XYZ | 4.44 | 3.68 | 17.31 | - |
| YUV | 44.47 | 168.93 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 117 | 0.97 | 0.56 | 0 | 0.54 | 215.04 | 0.93 | 0.24 |
| Hex | 4 | 33 | 75 | 61 | 38 | 0 | 36 | D7 | 5D | 18 |
| Octal | 4 | 63 | 165 | 141 | 70 | 0 | 66 | 327 | 135 | 30 |
| Binary | 100 | 110011 | 1110101 | 1100001 | 111000 | 0 | 110110 | 11010111 | 1011101 | 11000 |
Color Harmonies of #043375
Complementary color
Monochromatic Colors of #043375
Black with #043375
Text Example
Text Example
White with #043375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043375; }
p { color: rgb(4,51,117); }
H1.HeaderClassName
{
color: #043375;
}
.AnyTagClassName
{
color: #043375;
}
</style>
background-color css
<style>
a { background-color: #043375; }
a { background-color: rgb(4,51,117); }
div.DivClassName
{
background-color: #043375;
}
.BgClassName
{
background-color: #043375;
}
</style>
border-color css
<style>
span { border-color: #043375; }
span { border-color: rgb(4,51,117); }
td.TdClassName
{
border-color: #043375;
}
.TagClassName
{
border-color: #043375;
}
</style>