Shades of Prussian Blue #043367
Tints of Prussian Blue #043367
RGB
CMYK
RGB Variations
Color information
#043367 (or 0x043367) is known color: Prussian Blue. HEX triplet: 04, 33 and 67. RGB value is (4,51,103). Sum of RGB (Red+Green+Blue) = 4+51+103=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #043367 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043367 is #FBCC98. Grayscale: #2A2A2A. Windows color (decimal): -16501913 or 6763268. OLE color: 6763268.
HSL color Cylindrical-coordinate representation of color #043367: hue angle of 211.52º 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 #043367 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 51 | 103 | - |
| CMYK | 0.96 | 0.50 | 0 | 0.60 |
| HSL | 211.52º | 0.93% | 0.21% | - |
| HSV(B) | 211.52º | 0.96% | 0.4% | - |
| XYZ | 3.68 | 3.37 | 13.29 | - |
| YUV | 42.88 | 161.93 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 51 | 103 | 0.96 | 0.50 | 0 | 0.60 | 211.52 | 0.93 | 0.21 |
| Hex | 4 | 33 | 67 | 60 | 32 | 0 | 3C | D4 | 5D | 15 |
| Octal | 4 | 63 | 147 | 140 | 62 | 0 | 74 | 324 | 135 | 25 |
| Binary | 100 | 110011 | 1100111 | 1100000 | 110010 | 0 | 111100 | 11010100 | 1011101 | 10101 |
Color Harmonies of #043367
Complementary color
Monochromatic Colors of #043367
Black with #043367
Text Example
Text Example
White with #043367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043367; }
p { color: rgb(4,51,103); }
H1.HeaderClassName
{
color: #043367;
}
.AnyTagClassName
{
color: #043367;
}
</style>
background-color css
<style>
a { background-color: #043367; }
a { background-color: rgb(4,51,103); }
div.DivClassName
{
background-color: #043367;
}
.BgClassName
{
background-color: #043367;
}
</style>
border-color css
<style>
span { border-color: #043367; }
span { border-color: rgb(4,51,103); }
td.TdClassName
{
border-color: #043367;
}
.TagClassName
{
border-color: #043367;
}
</style>