Shades of Prussian Blue #043C67
Tints of Prussian Blue #043C67
RGB
CMYK
RGB Variations
Color information
#043C67 (or 0x043C67) is known color: Prussian Blue. HEX triplet: 04, 3C and 67. RGB value is (4,60,103). Sum of RGB (Red+Green+Blue) = 4+60+103=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #043C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C67 is #FBC398. Grayscale: #2F2F2F. Windows color (decimal): -16499609 or 6765572. OLE color: 6765572.
HSL color Cylindrical-coordinate representation of color #043C67: hue angle of 206.06º degrees, saturation: 0.93, 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 #043C67 is Cyan = 0.96, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 60 | 103 | - |
| CMYK | 0.96 | 0.42 | 0 | 0.60 |
| HSL | 206.06º | 0.93% | 0.21% | - |
| HSV(B) | 206.06º | 0.96% | 0.4% | - |
| XYZ | 4.11 | 4.24 | 13.43 | - |
| YUV | 48.16 | 158.95 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 103 | 0.96 | 0.42 | 0 | 0.60 | 206.06 | 0.93 | 0.21 |
| Hex | 4 | 3C | 67 | 60 | 2A | 0 | 3C | CE | 5D | 15 |
| Octal | 4 | 74 | 147 | 140 | 52 | 0 | 74 | 316 | 135 | 25 |
| Binary | 100 | 111100 | 1100111 | 1100000 | 101010 | 0 | 111100 | 11001110 | 1011101 | 10101 |
Color Harmonies of #043C67
Complementary color
Monochromatic Colors of #043C67
Black with #043C67
Text Example
Text Example
White with #043C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C67; }
p { color: rgb(4,60,103); }
H1.HeaderClassName
{
color: #043C67;
}
.AnyTagClassName
{
color: #043C67;
}
</style>
background-color css
<style>
a { background-color: #043C67; }
a { background-color: rgb(4,60,103); }
div.DivClassName
{
background-color: #043C67;
}
.BgClassName
{
background-color: #043C67;
}
</style>
border-color css
<style>
span { border-color: #043C67; }
span { border-color: rgb(4,60,103); }
td.TdClassName
{
border-color: #043C67;
}
.TagClassName
{
border-color: #043C67;
}
</style>