Shades of Prussian Blue #043C68
Tints of Prussian Blue #043C68
RGB
CMYK
RGB Variations
Color information
#043C68 (or 0x043C68) is known color: Prussian Blue. HEX triplet: 04, 3C and 68. RGB value is (4,60,104). Sum of RGB (Red+Green+Blue) = 4+60+104=168 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.38% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #043C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C68 is #FBC397. Grayscale: #303030. Windows color (decimal): -16499608 or 6831108. OLE color: 6831108.
HSL color Cylindrical-coordinate representation of color #043C68: hue angle of 206.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043C68 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 60 | 104 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.59 |
| HSL | 206.4º | 0.93% | 0.21% | - |
| HSV(B) | 206.4º | 0.96% | 0.41% | - |
| XYZ | 4.16 | 4.26 | 13.7 | - |
| YUV | 48.27 | 159.45 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 104 | 0.96 | 0.42 | 0 | 0.59 | 206.4 | 0.93 | 0.21 |
| Hex | 4 | 3C | 68 | 60 | 2A | 0 | 3B | CE | 5D | 15 |
| Octal | 4 | 74 | 150 | 140 | 52 | 0 | 73 | 316 | 135 | 25 |
| Binary | 100 | 111100 | 1101000 | 1100000 | 101010 | 0 | 111011 | 11001110 | 1011101 | 10101 |
Color Harmonies of #043C68
Complementary color
Monochromatic Colors of #043C68
Black with #043C68
Text Example
Text Example
White with #043C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C68; }
p { color: rgb(4,60,104); }
H1.HeaderClassName
{
color: #043C68;
}
.AnyTagClassName
{
color: #043C68;
}
</style>
background-color css
<style>
a { background-color: #043C68; }
a { background-color: rgb(4,60,104); }
div.DivClassName
{
background-color: #043C68;
}
.BgClassName
{
background-color: #043C68;
}
</style>
border-color css
<style>
span { border-color: #043C68; }
span { border-color: rgb(4,60,104); }
td.TdClassName
{
border-color: #043C68;
}
.TagClassName
{
border-color: #043C68;
}
</style>