Shades of Prussian Blue #043E64
Tints of Prussian Blue #043E64
RGB
CMYK
RGB Variations
Color information
#043E64 (or 0x043E64) is known color: Prussian Blue. HEX triplet: 04, 3E and 64. RGB value is (4,62,100). Sum of RGB (Red+Green+Blue) = 4+62+100=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #043E64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043E64 is #FBC19B. Grayscale: #303030. Windows color (decimal): -16499100 or 6569476. OLE color: 6569476.
HSL color Cylindrical-coordinate representation of color #043E64: hue angle of 203.75º 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 #043E64 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 4 | 62 | 100 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.61 |
| HSL | 203.75º | 0.92% | 0.2% | - |
| HSV(B) | 203.75º | 0.96% | 0.39% | - |
| XYZ | 4.07 | 4.39 | 12.69 | - |
| YUV | 48.99 | 156.78 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 100 | 0.96 | 0.38 | 0 | 0.61 | 203.75 | 0.92 | 0.2 |
| Hex | 4 | 3E | 64 | 60 | 26 | 0 | 3D | CC | 5C | 14 |
| Octal | 4 | 76 | 144 | 140 | 46 | 0 | 75 | 314 | 134 | 24 |
| Binary | 100 | 111110 | 1100100 | 1100000 | 100110 | 0 | 111101 | 11001100 | 1011100 | 10100 |
Color Harmonies of #043E64
Complementary color
Monochromatic Colors of #043E64
Black with #043E64
Text Example
Text Example
White with #043E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E64; }
p { color: rgb(4,62,100); }
H1.HeaderClassName
{
color: #043E64;
}
.AnyTagClassName
{
color: #043E64;
}
</style>
background-color css
<style>
a { background-color: #043E64; }
a { background-color: rgb(4,62,100); }
div.DivClassName
{
background-color: #043E64;
}
.BgClassName
{
background-color: #043E64;
}
</style>
border-color css
<style>
span { border-color: #043E64; }
span { border-color: rgb(4,62,100); }
td.TdClassName
{
border-color: #043E64;
}
.TagClassName
{
border-color: #043E64;
}
</style>