Shades of Prussian Blue #043C65
Tints of Prussian Blue #043C65
RGB
CMYK
RGB Variations
Color information
#043C65 (or 0x043C65) is known color: Prussian Blue. HEX triplet: 04, 3C and 65. RGB value is (4,60,101). Sum of RGB (Red+Green+Blue) = 4+60+101=165 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.42% from 165); Green value is 60 (23.83% from 255 or 36.36% from 165); Blue value is 101 (39.84% from 255 or 61.21% from 165); Max value from RGB is 101 - color contains mainly: blue. Hex color #043C65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #043C65 is #FBC39A. Grayscale: #2F2F2F. Windows color (decimal): -16499611 or 6634500. OLE color: 6634500.
HSL color Cylindrical-coordinate representation of color #043C65: hue angle of 205.36º degrees, saturation: 0.92, 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 #043C65 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 4 | 60 | 101 | - |
| CMYK | 0.96 | 0.41 | 0 | 0.60 |
| HSL | 205.36º | 0.92% | 0.21% | - |
| HSV(B) | 205.36º | 0.96% | 0.4% | - |
| XYZ | 4.01 | 4.2 | 12.91 | - |
| YUV | 47.93 | 157.95 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 101 | 0.96 | 0.41 | 0 | 0.60 | 205.36 | 0.92 | 0.21 |
| Hex | 4 | 3C | 65 | 60 | 29 | 0 | 3C | CD | 5C | 15 |
| Octal | 4 | 74 | 145 | 140 | 51 | 0 | 74 | 315 | 134 | 25 |
| Binary | 100 | 111100 | 1100101 | 1100000 | 101001 | 0 | 111100 | 11001101 | 1011100 | 10101 |
Color Harmonies of #043C65
Complementary color
Monochromatic Colors of #043C65
Black with #043C65
Text Example
Text Example
White with #043C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043C65; }
p { color: rgb(4,60,101); }
H1.HeaderClassName
{
color: #043C65;
}
.AnyTagClassName
{
color: #043C65;
}
</style>
background-color css
<style>
a { background-color: #043C65; }
a { background-color: rgb(4,60,101); }
div.DivClassName
{
background-color: #043C65;
}
.BgClassName
{
background-color: #043C65;
}
</style>
border-color css
<style>
span { border-color: #043C65; }
span { border-color: rgb(4,60,101); }
td.TdClassName
{
border-color: #043C65;
}
.TagClassName
{
border-color: #043C65;
}
</style>