Shades of Egyptian Blue #242E9D
Tints of Egyptian Blue #242E9D
RGB
CMYK
RGB Variations
Color information
#242E9D (or 0x242E9D) is known color: Egyptian Blue. HEX triplet: 24, 2E and 9D. RGB value is (36,46,157). Sum of RGB (Red+Green+Blue) = 36+46+157=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #242E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E9D is #DBD162. Grayscale: #373737. Windows color (decimal): -14405987 or 10300964. OLE color: 10300964.
HSL color Cylindrical-coordinate representation of color #242E9D: hue angle of 235.04º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242E9D is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 46 | 157 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.38 |
| HSL | 235.04º | 0.63% | 0.38% | - |
| HSV(B) | 235.04º | 0.77% | 0.62% | - |
| XYZ | 7.79 | 4.76 | 32.41 | - |
| YUV | 55.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 157 | 0.77 | 0.71 | 0 | 0.38 | 235.04 | 0.63 | 0.38 |
| Hex | 24 | 2E | 9D | 4D | 47 | 0 | 26 | EB | 3F | 26 |
| Octal | 44 | 56 | 235 | 115 | 107 | 0 | 46 | 353 | 77 | 46 |
| Binary | 100100 | 101110 | 10011101 | 1001101 | 1000111 | 0 | 100110 | 11101011 | 111111 | 100110 |
Color Harmonies of #242E9D
Complementary color
Monochromatic Colors of #242E9D
Black with #242E9D
Text Example
Text Example
White with #242E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E9D; }
p { color: rgb(36,46,157); }
H1.HeaderClassName
{
color: #242E9D;
}
.AnyTagClassName
{
color: #242E9D;
}
</style>
background-color css
<style>
a { background-color: #242E9D; }
a { background-color: rgb(36,46,157); }
div.DivClassName
{
background-color: #242E9D;
}
.BgClassName
{
background-color: #242E9D;
}
</style>
border-color css
<style>
span { border-color: #242E9D; }
span { border-color: rgb(36,46,157); }
td.TdClassName
{
border-color: #242E9D;
}
.TagClassName
{
border-color: #242E9D;
}
</style>