Shades of Egyptian Blue #243EA0
Tints of Egyptian Blue #243EA0
RGB
CMYK
RGB Variations
Color information
#243EA0 (or 0x243EA0) is known color: Egyptian Blue. HEX triplet: 24, 3E and A0. RGB value is (36,62,160). Sum of RGB (Red+Green+Blue) = 36+62+160=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #243EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243EA0 is #DBC15F. Grayscale: #404040. Windows color (decimal): -14401888 or 10501668. OLE color: 10501668.
HSL color Cylindrical-coordinate representation of color #243EA0: hue angle of 227.42º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #243EA0 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 62 | 160 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.37 |
| HSL | 227.42º | 0.63% | 0.38% | - |
| HSV(B) | 227.42º | 0.78% | 0.63% | - |
| XYZ | 8.8 | 6.36 | 34.02 | - |
| YUV | 65.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 62 | 160 | 0.78 | 0.61 | 0 | 0.37 | 227.42 | 0.63 | 0.38 |
| Hex | 24 | 3E | A0 | 4E | 3D | 0 | 25 | E3 | 3F | 26 |
| Octal | 44 | 76 | 240 | 116 | 75 | 0 | 45 | 343 | 77 | 46 |
| Binary | 100100 | 111110 | 10100000 | 1001110 | 111101 | 0 | 100101 | 11100011 | 111111 | 100110 |
Color Harmonies of #243EA0
Complementary color
Monochromatic Colors of #243EA0
Black with #243EA0
Text Example
Text Example
White with #243EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243EA0; }
p { color: rgb(36,62,160); }
H1.HeaderClassName
{
color: #243EA0;
}
.AnyTagClassName
{
color: #243EA0;
}
</style>
background-color css
<style>
a { background-color: #243EA0; }
a { background-color: rgb(36,62,160); }
div.DivClassName
{
background-color: #243EA0;
}
.BgClassName
{
background-color: #243EA0;
}
</style>
border-color css
<style>
span { border-color: #243EA0; }
span { border-color: rgb(36,62,160); }
td.TdClassName
{
border-color: #243EA0;
}
.TagClassName
{
border-color: #243EA0;
}
</style>