Shades of Persian Blue #043BDC
Tints of Persian Blue #043BDC
RGB
CMYK
RGB Variations
Color information
#043BDC (or 0x043BDC) is known color: Persian Blue. HEX triplet: 04, 3B and DC. RGB value is (4,59,220). Sum of RGB (Red+Green+Blue) = 4+59+220=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #043BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043BDC is #FBC423. Grayscale: #3C3C3C. Windows color (decimal): -16499748 or 14433028. OLE color: 14433028.
HSL color Cylindrical-coordinate representation of color #043BDC: hue angle of 224.72º 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 #043BDC is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 59 | 220 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.14 |
| HSL | 224.72º | 0.96% | 0.44% | - |
| HSV(B) | 224.72º | 0.98% | 0.86% | - |
| XYZ | 14.53 | 8.32 | 68.55 | - |
| YUV | 60.91 | 217.78 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 220 | 0.98 | 0.73 | 0 | 0.14 | 224.72 | 0.96 | 0.44 |
| Hex | 4 | 3B | DC | 62 | 49 | 0 | E | E1 | 60 | 2C |
| Octal | 4 | 73 | 334 | 142 | 111 | 0 | 16 | 341 | 140 | 54 |
| Binary | 100 | 111011 | 11011100 | 1100010 | 1001001 | 0 | 1110 | 11100001 | 1100000 | 101100 |
Color Harmonies of #043BDC
Complementary color
Monochromatic Colors of #043BDC
Black with #043BDC
Text Example
Text Example
White with #043BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BDC; }
p { color: rgb(4,59,220); }
H1.HeaderClassName
{
color: #043BDC;
}
.AnyTagClassName
{
color: #043BDC;
}
</style>
background-color css
<style>
a { background-color: #043BDC; }
a { background-color: rgb(4,59,220); }
div.DivClassName
{
background-color: #043BDC;
}
.BgClassName
{
background-color: #043BDC;
}
</style>
border-color css
<style>
span { border-color: #043BDC; }
span { border-color: rgb(4,59,220); }
td.TdClassName
{
border-color: #043BDC;
}
.TagClassName
{
border-color: #043BDC;
}
</style>