Shades of Prussian Blue #043254
Tints of Prussian Blue #043254
RGB
CMYK
RGB Variations
Color information
#043254 (or 0x043254) is known color: Prussian Blue. HEX triplet: 04, 32 and 54. RGB value is (4,50,84). Sum of RGB (Red+Green+Blue) = 4+50+84=138 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.90% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 84 (33.20% from 255 or 60.87% from 138); Max value from RGB is 84 - color contains mainly: blue. Hex color #043254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043254 is #FBCDAB. Grayscale: #272727. Windows color (decimal): -16502188 or 5517828. OLE color: 5517828.
HSL color Cylindrical-coordinate representation of color #043254: hue angle of 205.5º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #043254 is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 50 | 84 | - |
| CMYK | 0.95 | 0.40 | 0 | 0.67 |
| HSL | 205.5º | 0.91% | 0.17% | - |
| HSV(B) | 205.5º | 0.95% | 0.33% | - |
| XYZ | 2.79 | 2.95 | 8.81 | - |
| YUV | 40.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 50 | 84 | 0.95 | 0.40 | 0 | 0.67 | 205.5 | 0.91 | 0.17 |
| Hex | 4 | 32 | 54 | 5F | 28 | 0 | 43 | CE | 5B | 11 |
| Octal | 4 | 62 | 124 | 137 | 50 | 0 | 103 | 316 | 133 | 21 |
| Binary | 100 | 110010 | 1010100 | 1011111 | 101000 | 0 | 1000011 | 11001110 | 1011011 | 10001 |
Color Harmonies of #043254
Complementary color
Monochromatic Colors of #043254
Black with #043254
Text Example
Text Example
White with #043254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043254; }
p { color: rgb(4,50,84); }
H1.HeaderClassName
{
color: #043254;
}
.AnyTagClassName
{
color: #043254;
}
</style>
background-color css
<style>
a { background-color: #043254; }
a { background-color: rgb(4,50,84); }
div.DivClassName
{
background-color: #043254;
}
.BgClassName
{
background-color: #043254;
}
</style>
border-color css
<style>
span { border-color: #043254; }
span { border-color: rgb(4,50,84); }
td.TdClassName
{
border-color: #043254;
}
.TagClassName
{
border-color: #043254;
}
</style>