Shades of Prussian Blue #043864
Tints of Prussian Blue #043864
RGB
CMYK
RGB Variations
Color information
#043864 (or 0x043864) is known color: Prussian Blue. HEX triplet: 04, 38 and 64. RGB value is (4,56,100). Sum of RGB (Red+Green+Blue) = 4+56+100=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 100 (39.45% from 255 or 62.5% from 160); Max value from RGB is 100 - color contains mainly: blue. Hex color #043864 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043864 is #FBC79B. Grayscale: #2D2D2D. Windows color (decimal): -16500636 or 6567940. OLE color: 6567940.
HSL color Cylindrical-coordinate representation of color #043864: hue angle of 207.5º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043864 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 56 | 100 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.61 |
| HSL | 207.5º | 0.92% | 0.2% | - |
| HSV(B) | 207.5º | 0.96% | 0.39% | - |
| XYZ | 3.76 | 3.77 | 12.59 | - |
| YUV | 45.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 100 | 0.96 | 0.44 | 0 | 0.61 | 207.5 | 0.92 | 0.2 |
| Hex | 4 | 38 | 64 | 60 | 2C | 0 | 3D | D0 | 5C | 14 |
| Octal | 4 | 70 | 144 | 140 | 54 | 0 | 75 | 320 | 134 | 24 |
| Binary | 100 | 111000 | 1100100 | 1100000 | 101100 | 0 | 111101 | 11010000 | 1011100 | 10100 |
Color Harmonies of #043864
Complementary color
Monochromatic Colors of #043864
Black with #043864
Text Example
Text Example
White with #043864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043864; }
p { color: rgb(4,56,100); }
H1.HeaderClassName
{
color: #043864;
}
.AnyTagClassName
{
color: #043864;
}
</style>
background-color css
<style>
a { background-color: #043864; }
a { background-color: rgb(4,56,100); }
div.DivClassName
{
background-color: #043864;
}
.BgClassName
{
background-color: #043864;
}
</style>
border-color css
<style>
span { border-color: #043864; }
span { border-color: rgb(4,56,100); }
td.TdClassName
{
border-color: #043864;
}
.TagClassName
{
border-color: #043864;
}
</style>