Shades of Persian Blue #043CEA
Tints of Persian Blue #043CEA
RGB
CMYK
RGB Variations
Color information
#043CEA (or 0x043CEA) is known color: Persian Blue. HEX triplet: 04, 3C and EA. RGB value is (4,60,234). Sum of RGB (Red+Green+Blue) = 4+60+234=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 234 (91.80% from 255 or 78.52% from 298); Max value from RGB is 234 - color contains mainly: blue. Hex color #043CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043CEA is #FBC315. Grayscale: #3E3E3E. Windows color (decimal): -16499478 or 15350788. OLE color: 15350788.
HSL color Cylindrical-coordinate representation of color #043CEA: hue angle of 225.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043CEA is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 60 | 234 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.08 |
| HSL | 225.39º | 0.97% | 0.47% | - |
| HSV(B) | 225.39º | 0.98% | 0.92% | - |
| XYZ | 16.52 | 9.2 | 78.75 | - |
| YUV | 63.09 | 224.45 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 234 | 0.98 | 0.74 | 0 | 0.08 | 225.39 | 0.97 | 0.47 |
| Hex | 4 | 3C | EA | 62 | 4A | 0 | 8 | E1 | 61 | 2F |
| Octal | 4 | 74 | 352 | 142 | 112 | 0 | 10 | 341 | 141 | 57 |
| Binary | 100 | 111100 | 11101010 | 1100010 | 1001010 | 0 | 1000 | 11100001 | 1100001 | 101111 |
Color Harmonies of #043CEA
Complementary color
Monochromatic Colors of #043CEA
Black with #043CEA
Text Example
Text Example
White with #043CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CEA; }
p { color: rgb(4,60,234); }
H1.HeaderClassName
{
color: #043CEA;
}
.AnyTagClassName
{
color: #043CEA;
}
</style>
background-color css
<style>
a { background-color: #043CEA; }
a { background-color: rgb(4,60,234); }
div.DivClassName
{
background-color: #043CEA;
}
.BgClassName
{
background-color: #043CEA;
}
</style>
border-color css
<style>
span { border-color: #043CEA; }
span { border-color: rgb(4,60,234); }
td.TdClassName
{
border-color: #043CEA;
}
.TagClassName
{
border-color: #043CEA;
}
</style>