Shades of Egyptian Blue #242C9E
Tints of Egyptian Blue #242C9E
RGB
CMYK
RGB Variations
Color information
#242C9E (or 0x242C9E) is known color: Egyptian Blue. HEX triplet: 24, 2C and 9E. RGB value is (36,44,158). Sum of RGB (Red+Green+Blue) = 36+44+158=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #242C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C9E is #DBD361. Grayscale: #363636. Windows color (decimal): -14406498 or 10365988. OLE color: 10365988.
HSL color Cylindrical-coordinate representation of color #242C9E: hue angle of 236.07º 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 #242C9E is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 44 | 158 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.38 |
| HSL | 236.07º | 0.63% | 0.38% | - |
| HSV(B) | 236.07º | 0.77% | 0.62% | - |
| XYZ | 7.8 | 4.65 | 32.83 | - |
| YUV | 54.6 | 186.35 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 158 | 0.77 | 0.72 | 0 | 0.38 | 236.07 | 0.63 | 0.38 |
| Hex | 24 | 2C | 9E | 4D | 48 | 0 | 26 | EC | 3F | 26 |
| Octal | 44 | 54 | 236 | 115 | 110 | 0 | 46 | 354 | 77 | 46 |
| Binary | 100100 | 101100 | 10011110 | 1001101 | 1001000 | 0 | 100110 | 11101100 | 111111 | 100110 |
Color Harmonies of #242C9E
Complementary color
Monochromatic Colors of #242C9E
Black with #242C9E
Text Example
Text Example
White with #242C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C9E; }
p { color: rgb(36,44,158); }
H1.HeaderClassName
{
color: #242C9E;
}
.AnyTagClassName
{
color: #242C9E;
}
</style>
background-color css
<style>
a { background-color: #242C9E; }
a { background-color: rgb(36,44,158); }
div.DivClassName
{
background-color: #242C9E;
}
.BgClassName
{
background-color: #242C9E;
}
</style>
border-color css
<style>
span { border-color: #242C9E; }
span { border-color: rgb(36,44,158); }
td.TdClassName
{
border-color: #242C9E;
}
.TagClassName
{
border-color: #242C9E;
}
</style>