Shades of Prussian Blue #043D61
Tints of Prussian Blue #043D61
RGB
CMYK
RGB Variations
Color information
#043D61 (or 0x043D61) is known color: Prussian Blue. HEX triplet: 04, 3D and 61. RGB value is (4,61,97). Sum of RGB (Red+Green+Blue) = 4+61+97=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 61 (24.22% from 255 or 37.65% from 162); Blue value is 97 (38.28% from 255 or 59.88% from 162); Max value from RGB is 97 - color contains mainly: blue. Hex color #043D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043D61 is #FBC29E. Grayscale: #2F2F2F. Windows color (decimal): -16499359 or 6372612. OLE color: 6372612.
HSL color Cylindrical-coordinate representation of color #043D61: hue angle of 203.23º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043D61 is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 61 | 97 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.62 |
| HSL | 203.23º | 0.92% | 0.2% | - |
| HSV(B) | 203.23º | 0.96% | 0.38% | - |
| XYZ | 3.88 | 4.23 | 11.92 | - |
| YUV | 48.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 97 | 0.96 | 0.37 | 0 | 0.62 | 203.23 | 0.92 | 0.2 |
| Hex | 4 | 3D | 61 | 60 | 25 | 0 | 3E | CB | 5C | 14 |
| Octal | 4 | 75 | 141 | 140 | 45 | 0 | 76 | 313 | 134 | 24 |
| Binary | 100 | 111101 | 1100001 | 1100000 | 100101 | 0 | 111110 | 11001011 | 1011100 | 10100 |
Color Harmonies of #043D61
Complementary color
Monochromatic Colors of #043D61
Black with #043D61
Text Example
Text Example
White with #043D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D61; }
p { color: rgb(4,61,97); }
H1.HeaderClassName
{
color: #043D61;
}
.AnyTagClassName
{
color: #043D61;
}
</style>
background-color css
<style>
a { background-color: #043D61; }
a { background-color: rgb(4,61,97); }
div.DivClassName
{
background-color: #043D61;
}
.BgClassName
{
background-color: #043D61;
}
</style>
border-color css
<style>
span { border-color: #043D61; }
span { border-color: rgb(4,61,97); }
td.TdClassName
{
border-color: #043D61;
}
.TagClassName
{
border-color: #043D61;
}
</style>