Shades of Persian Blue #043CDC
Tints of Persian Blue #043CDC
RGB
CMYK
RGB Variations
Color information
#043CDC (or 0x043CDC) is known color: Persian Blue. HEX triplet: 04, 3C and DC. RGB value is (4,60,220). Sum of RGB (Red+Green+Blue) = 4+60+220=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #043CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043CDC is #FBC323. Grayscale: #3C3C3C. Windows color (decimal): -16499492 or 14433284. OLE color: 14433284.
HSL color Cylindrical-coordinate representation of color #043CDC: hue angle of 224.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CDC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 60 | 220 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.14 |
| HSL | 224.44º | 0.96% | 0.44% | - |
| HSV(B) | 224.44º | 0.98% | 0.86% | - |
| XYZ | 14.58 | 8.42 | 68.57 | - |
| YUV | 61.5 | 217.45 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 220 | 0.98 | 0.73 | 0 | 0.14 | 224.44 | 0.96 | 0.44 |
| Hex | 4 | 3C | DC | 62 | 49 | 0 | E | E0 | 60 | 2C |
| Octal | 4 | 74 | 334 | 142 | 111 | 0 | 16 | 340 | 140 | 54 |
| Binary | 100 | 111100 | 11011100 | 1100010 | 1001001 | 0 | 1110 | 11100000 | 1100000 | 101100 |
Color Harmonies of #043CDC
Complementary color
Monochromatic Colors of #043CDC
Black with #043CDC
Text Example
Text Example
White with #043CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CDC; }
p { color: rgb(4,60,220); }
H1.HeaderClassName
{
color: #043CDC;
}
.AnyTagClassName
{
color: #043CDC;
}
</style>
background-color css
<style>
a { background-color: #043CDC; }
a { background-color: rgb(4,60,220); }
div.DivClassName
{
background-color: #043CDC;
}
.BgClassName
{
background-color: #043CDC;
}
</style>
border-color css
<style>
span { border-color: #043CDC; }
span { border-color: rgb(4,60,220); }
td.TdClassName
{
border-color: #043CDC;
}
.TagClassName
{
border-color: #043CDC;
}
</style>