Shades of Persian Blue #043EED
Tints of Persian Blue #043EED
RGB
CMYK
RGB Variations
Color information
#043EED (or 0x043EED) is known color: Persian Blue. HEX triplet: 04, 3E and ED. RGB value is (4,62,237). Sum of RGB (Red+Green+Blue) = 4+62+237=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #043EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043EED is #FBC112. Grayscale: #3F3F3F. Windows color (decimal): -16498963 or 15547908. OLE color: 15547908.
HSL color Cylindrical-coordinate representation of color #043EED: hue angle of 225.06º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043EED is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 62 | 237 | - |
| CMYK | 0.98 | 0.74 | 0 | 0.07 |
| HSL | 225.06º | 0.97% | 0.47% | - |
| HSV(B) | 225.06º | 0.98% | 0.93% | - |
| XYZ | 17.06 | 9.59 | 81.07 | - |
| YUV | 64.61 | 225.28 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 237 | 0.98 | 0.74 | 0 | 0.07 | 225.06 | 0.97 | 0.47 |
| Hex | 4 | 3E | ED | 62 | 4A | 0 | 7 | E1 | 61 | 2F |
| Octal | 4 | 76 | 355 | 142 | 112 | 0 | 7 | 341 | 141 | 57 |
| Binary | 100 | 111110 | 11101101 | 1100010 | 1001010 | 0 | 111 | 11100001 | 1100001 | 101111 |
Color Harmonies of #043EED
Complementary color
Monochromatic Colors of #043EED
Black with #043EED
Text Example
Text Example
White with #043EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043EED; }
p { color: rgb(4,62,237); }
H1.HeaderClassName
{
color: #043EED;
}
.AnyTagClassName
{
color: #043EED;
}
</style>
background-color css
<style>
a { background-color: #043EED; }
a { background-color: rgb(4,62,237); }
div.DivClassName
{
background-color: #043EED;
}
.BgClassName
{
background-color: #043EED;
}
</style>
border-color css
<style>
span { border-color: #043EED; }
span { border-color: rgb(4,62,237); }
td.TdClassName
{
border-color: #043EED;
}
.TagClassName
{
border-color: #043EED;
}
</style>