Shades of Prussian Blue #043275
Tints of Prussian Blue #043275
RGB
CMYK
RGB Variations
Color information
#043275 (or 0x043275) is known color: Prussian Blue. HEX triplet: 04, 32 and 75. RGB value is (4,50,117). Sum of RGB (Red+Green+Blue) = 4+50+117=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #043275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043275 is #FBCD8A. Grayscale: #2B2B2B. Windows color (decimal): -16502155 or 7680516. OLE color: 7680516.
HSL color Cylindrical-coordinate representation of color #043275: hue angle of 215.58º 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 #043275 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 4 | 50 | 117 | - |
| CMYK | 0.97 | 0.57 | 0 | 0.54 |
| HSL | 215.58º | 0.93% | 0.24% | - |
| HSV(B) | 215.58º | 0.97% | 0.46% | - |
| XYZ | 4.4 | 3.59 | 17.29 | - |
| YUV | 43.88 | 169.26 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 117 | 0.97 | 0.57 | 0 | 0.54 | 215.58 | 0.93 | 0.24 |
| Hex | 4 | 32 | 75 | 61 | 39 | 0 | 36 | D8 | 5D | 18 |
| Octal | 4 | 62 | 165 | 141 | 71 | 0 | 66 | 330 | 135 | 30 |
| Binary | 100 | 110010 | 1110101 | 1100001 | 111001 | 0 | 110110 | 11011000 | 1011101 | 11000 |
Color Harmonies of #043275
Complementary color
Monochromatic Colors of #043275
Black with #043275
Text Example
Text Example
White with #043275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043275; }
p { color: rgb(4,50,117); }
H1.HeaderClassName
{
color: #043275;
}
.AnyTagClassName
{
color: #043275;
}
</style>
background-color css
<style>
a { background-color: #043275; }
a { background-color: rgb(4,50,117); }
div.DivClassName
{
background-color: #043275;
}
.BgClassName
{
background-color: #043275;
}
</style>
border-color css
<style>
span { border-color: #043275; }
span { border-color: rgb(4,50,117); }
td.TdClassName
{
border-color: #043275;
}
.TagClassName
{
border-color: #043275;
}
</style>