Shades of Prussian Blue #043D6C
Tints of Prussian Blue #043D6C
RGB
CMYK
RGB Variations
Color information
#043D6C (or 0x043D6C) is known color: Prussian Blue. HEX triplet: 04, 3D and 6C. RGB value is (4,61,108). Sum of RGB (Red+Green+Blue) = 4+61+108=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #043D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043D6C is #FBC293. Grayscale: #313131. Windows color (decimal): -16499348 or 7093508. OLE color: 7093508.
HSL color Cylindrical-coordinate representation of color #043D6C: hue angle of 207.12º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043D6C is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 4 | 61 | 108 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.58 |
| HSL | 207.12º | 0.93% | 0.22% | - |
| HSV(B) | 207.12º | 0.96% | 0.42% | - |
| XYZ | 4.43 | 4.45 | 14.81 | - |
| YUV | 49.32 | 161.12 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 108 | 0.96 | 0.44 | 0 | 0.58 | 207.12 | 0.93 | 0.22 |
| Hex | 4 | 3D | 6C | 60 | 2C | 0 | 3A | CF | 5D | 16 |
| Octal | 4 | 75 | 154 | 140 | 54 | 0 | 72 | 317 | 135 | 26 |
| Binary | 100 | 111101 | 1101100 | 1100000 | 101100 | 0 | 111010 | 11001111 | 1011101 | 10110 |
Color Harmonies of #043D6C
Complementary color
Monochromatic Colors of #043D6C
Black with #043D6C
Text Example
Text Example
White with #043D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043D6C; }
p { color: rgb(4,61,108); }
H1.HeaderClassName
{
color: #043D6C;
}
.AnyTagClassName
{
color: #043D6C;
}
</style>
background-color css
<style>
a { background-color: #043D6C; }
a { background-color: rgb(4,61,108); }
div.DivClassName
{
background-color: #043D6C;
}
.BgClassName
{
background-color: #043D6C;
}
</style>
border-color css
<style>
span { border-color: #043D6C; }
span { border-color: rgb(4,61,108); }
td.TdClassName
{
border-color: #043D6C;
}
.TagClassName
{
border-color: #043D6C;
}
</style>