Shades of Egyptian Blue #242E93
Tints of Egyptian Blue #242E93
RGB
CMYK
RGB Variations
Color information
#242E93 (or 0x242E93) is known color: Egyptian Blue. HEX triplet: 24, 2E and 93. RGB value is (36,46,147). Sum of RGB (Red+Green+Blue) = 36+46+147=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #242E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E93 is #DBD16C. Grayscale: #363636. Windows color (decimal): -14405997 or 9645604. OLE color: 9645604.
HSL color Cylindrical-coordinate representation of color #242E93: hue angle of 234.59º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242E93 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 46 | 147 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.42 |
| HSL | 234.59º | 0.61% | 0.36% | - |
| HSV(B) | 234.59º | 0.76% | 0.58% | - |
| XYZ | 6.97 | 4.44 | 28.09 | - |
| YUV | 54.52 | 180.19 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 147 | 0.76 | 0.69 | 0 | 0.42 | 234.59 | 0.61 | 0.36 |
| Hex | 24 | 2E | 93 | 4C | 45 | 0 | 2A | EB | 3D | 24 |
| Octal | 44 | 56 | 223 | 114 | 105 | 0 | 52 | 353 | 75 | 44 |
| Binary | 100100 | 101110 | 10010011 | 1001100 | 1000101 | 0 | 101010 | 11101011 | 111101 | 100100 |
Color Harmonies of #242E93
Complementary color
Monochromatic Colors of #242E93
Black with #242E93
Text Example
Text Example
White with #242E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E93; }
p { color: rgb(36,46,147); }
H1.HeaderClassName
{
color: #242E93;
}
.AnyTagClassName
{
color: #242E93;
}
</style>
background-color css
<style>
a { background-color: #242E93; }
a { background-color: rgb(36,46,147); }
div.DivClassName
{
background-color: #242E93;
}
.BgClassName
{
background-color: #242E93;
}
</style>
border-color css
<style>
span { border-color: #242E93; }
span { border-color: rgb(36,46,147); }
td.TdClassName
{
border-color: #242E93;
}
.TagClassName
{
border-color: #242E93;
}
</style>