Shades of Prussian Blue #043E65
Tints of Prussian Blue #043E65
RGB
CMYK
RGB Variations
Color information
#043E65 (or 0x043E65) is known color: Prussian Blue. HEX triplet: 04, 3E and 65. RGB value is (4,62,101). Sum of RGB (Red+Green+Blue) = 4+62+101=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 62 (24.61% from 255 or 37.13% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #043E65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043E65 is #FBC19A. Grayscale: #303030. Windows color (decimal): -16499099 or 6635012. OLE color: 6635012.
HSL color Cylindrical-coordinate representation of color #043E65: hue angle of 204.12º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043E65 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 62 | 101 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.60 |
| HSL | 204.12º | 0.92% | 0.21% | - |
| HSV(B) | 204.12º | 0.96% | 0.4% | - |
| XYZ | 4.12 | 4.41 | 12.95 | - |
| YUV | 49.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 101 | 0.96 | 0.39 | 0 | 0.60 | 204.12 | 0.92 | 0.21 |
| Hex | 4 | 3E | 65 | 60 | 27 | 0 | 3C | CC | 5C | 15 |
| Octal | 4 | 76 | 145 | 140 | 47 | 0 | 74 | 314 | 134 | 25 |
| Binary | 100 | 111110 | 1100101 | 1100000 | 100111 | 0 | 111100 | 11001100 | 1011100 | 10101 |
Color Harmonies of #043E65
Complementary color
Monochromatic Colors of #043E65
Black with #043E65
Text Example
Text Example
White with #043E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043E65; }
p { color: rgb(4,62,101); }
H1.HeaderClassName
{
color: #043E65;
}
.AnyTagClassName
{
color: #043E65;
}
</style>
background-color css
<style>
a { background-color: #043E65; }
a { background-color: rgb(4,62,101); }
div.DivClassName
{
background-color: #043E65;
}
.BgClassName
{
background-color: #043E65;
}
</style>
border-color css
<style>
span { border-color: #043E65; }
span { border-color: rgb(4,62,101); }
td.TdClassName
{
border-color: #043E65;
}
.TagClassName
{
border-color: #043E65;
}
</style>