Shades of Prussian Blue #043A68
Tints of Prussian Blue #043A68
RGB
CMYK
RGB Variations
Color information
#043A68 (or 0x043A68) is known color: Prussian Blue. HEX triplet: 04, 3A and 68. RGB value is (4,58,104). Sum of RGB (Red+Green+Blue) = 4+58+104=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #043A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043A68 is #FBC597. Grayscale: #2E2E2E. Windows color (decimal): -16500120 or 6830596. OLE color: 6830596.
HSL color Cylindrical-coordinate representation of color #043A68: hue angle of 207.6º 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 #043A68 is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 4 | 58 | 104 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.59 |
| HSL | 207.6º | 0.93% | 0.21% | - |
| HSV(B) | 207.6º | 0.96% | 0.41% | - |
| XYZ | 4.06 | 4.05 | 13.66 | - |
| YUV | 47.1 | 160.11 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 104 | 0.96 | 0.44 | 0 | 0.59 | 207.6 | 0.93 | 0.21 |
| Hex | 4 | 3A | 68 | 60 | 2C | 0 | 3B | D0 | 5D | 15 |
| Octal | 4 | 72 | 150 | 140 | 54 | 0 | 73 | 320 | 135 | 25 |
| Binary | 100 | 111010 | 1101000 | 1100000 | 101100 | 0 | 111011 | 11010000 | 1011101 | 10101 |
Color Harmonies of #043A68
Complementary color
Monochromatic Colors of #043A68
Black with #043A68
Text Example
Text Example
White with #043A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A68; }
p { color: rgb(4,58,104); }
H1.HeaderClassName
{
color: #043A68;
}
.AnyTagClassName
{
color: #043A68;
}
</style>
background-color css
<style>
a { background-color: #043A68; }
a { background-color: rgb(4,58,104); }
div.DivClassName
{
background-color: #043A68;
}
.BgClassName
{
background-color: #043A68;
}
</style>
border-color css
<style>
span { border-color: #043A68; }
span { border-color: rgb(4,58,104); }
td.TdClassName
{
border-color: #043A68;
}
.TagClassName
{
border-color: #043A68;
}
</style>