Shades of Prussian Blue #043C5C
Tints of Prussian Blue #043C5C
RGB
CMYK
RGB Variations
Color information
#043C5C (or 0x043C5C) is known color: Prussian Blue. HEX triplet: 04, 3C and 5C. RGB value is (4,60,92). Sum of RGB (Red+Green+Blue) = 4+60+92=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #043C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C5C is #FBC3A3. Grayscale: #2E2E2E. Windows color (decimal): -16499620 or 6044676. OLE color: 6044676.
HSL color Cylindrical-coordinate representation of color #043C5C: hue angle of 201.82º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043C5C is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 60 | 92 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.64 |
| HSL | 201.82º | 0.92% | 0.19% | - |
| HSV(B) | 201.82º | 0.96% | 0.36% | - |
| XYZ | 3.6 | 4.03 | 10.71 | - |
| YUV | 46.9 | 153.45 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 92 | 0.96 | 0.35 | 0 | 0.64 | 201.82 | 0.92 | 0.19 |
| Hex | 4 | 3C | 5C | 60 | 23 | 0 | 40 | CA | 5C | 13 |
| Octal | 4 | 74 | 134 | 140 | 43 | 0 | 100 | 312 | 134 | 23 |
| Binary | 100 | 111100 | 1011100 | 1100000 | 100011 | 0 | 1000000 | 11001010 | 1011100 | 10011 |
Color Harmonies of #043C5C
Complementary color
Monochromatic Colors of #043C5C
Black with #043C5C
Text Example
Text Example
White with #043C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C5C; }
p { color: rgb(4,60,92); }
H1.HeaderClassName
{
color: #043C5C;
}
.AnyTagClassName
{
color: #043C5C;
}
</style>
background-color css
<style>
a { background-color: #043C5C; }
a { background-color: rgb(4,60,92); }
div.DivClassName
{
background-color: #043C5C;
}
.BgClassName
{
background-color: #043C5C;
}
</style>
border-color css
<style>
span { border-color: #043C5C; }
span { border-color: rgb(4,60,92); }
td.TdClassName
{
border-color: #043C5C;
}
.TagClassName
{
border-color: #043C5C;
}
</style>