Shades of Persian Blue #043AE0
Tints of Persian Blue #043AE0
RGB
CMYK
RGB Variations
Color information
#043AE0 (or 0x043AE0) is known color: Persian Blue. HEX triplet: 04, 3A and E0. RGB value is (4,58,224). Sum of RGB (Red+Green+Blue) = 4+58+224=286 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 224 (87.89% from 255 or 78.32% from 286); Max value from RGB is 224 - color contains mainly: blue. Hex color #043AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #043AE0 is #FBC51F. Grayscale: #3C3C3C. Windows color (decimal): -16500000 or 14694916. OLE color: 14694916.
HSL color Cylindrical-coordinate representation of color #043AE0: hue angle of 225.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043AE0 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 58 | 224 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.12 |
| HSL | 225.27º | 0.96% | 0.45% | - |
| HSV(B) | 225.27º | 0.98% | 0.88% | - |
| XYZ | 15.02 | 8.43 | 71.36 | - |
| YUV | 60.78 | 220.11 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 224 | 0.98 | 0.74 | 0 | 0.12 | 225.27 | 0.96 | 0.45 |
| Hex | 4 | 3A | E0 | 62 | 4A | 0 | C | E1 | 60 | 2D |
| Octal | 4 | 72 | 340 | 142 | 112 | 0 | 14 | 341 | 140 | 55 |
| Binary | 100 | 111010 | 11100000 | 1100010 | 1001010 | 0 | 1100 | 11100001 | 1100000 | 101101 |
Color Harmonies of #043AE0
Complementary color
Monochromatic Colors of #043AE0
Black with #043AE0
Text Example
Text Example
White with #043AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043AE0; }
p { color: rgb(4,58,224); }
H1.HeaderClassName
{
color: #043AE0;
}
.AnyTagClassName
{
color: #043AE0;
}
</style>
background-color css
<style>
a { background-color: #043AE0; }
a { background-color: rgb(4,58,224); }
div.DivClassName
{
background-color: #043AE0;
}
.BgClassName
{
background-color: #043AE0;
}
</style>
border-color css
<style>
span { border-color: #043AE0; }
span { border-color: rgb(4,58,224); }
td.TdClassName
{
border-color: #043AE0;
}
.TagClassName
{
border-color: #043AE0;
}
</style>