Shades of Egyptian Blue #242E9C
Tints of Egyptian Blue #242E9C
RGB
CMYK
RGB Variations
Color information
#242E9C (or 0x242E9C) is known color: Egyptian Blue. HEX triplet: 24, 2E and 9C. RGB value is (36,46,156). Sum of RGB (Red+Green+Blue) = 36+46+156=238 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.13% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #242E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E9C is #DBD163. Grayscale: #373737. Windows color (decimal): -14405988 or 10235428. OLE color: 10235428.
HSL color Cylindrical-coordinate representation of color #242E9C: hue angle of 235º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242E9C is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 46 | 156 | - |
| CMYK | 0.77 | 0.71 | 0 | 0.39 |
| HSL | 235º | 0.63% | 0.38% | - |
| HSV(B) | 235º | 0.77% | 0.61% | - |
| XYZ | 7.71 | 4.73 | 31.96 | - |
| YUV | 55.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 156 | 0.77 | 0.71 | 0 | 0.39 | 235 | 0.63 | 0.38 |
| Hex | 24 | 2E | 9C | 4D | 47 | 0 | 27 | EB | 3E | 26 |
| Octal | 44 | 56 | 234 | 115 | 107 | 0 | 47 | 353 | 76 | 46 |
| Binary | 100100 | 101110 | 10011100 | 1001101 | 1000111 | 0 | 100111 | 11101011 | 111110 | 100110 |
Color Harmonies of #242E9C
Complementary color
Monochromatic Colors of #242E9C
Black with #242E9C
Text Example
Text Example
White with #242E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E9C; }
p { color: rgb(36,46,156); }
H1.HeaderClassName
{
color: #242E9C;
}
.AnyTagClassName
{
color: #242E9C;
}
</style>
background-color css
<style>
a { background-color: #242E9C; }
a { background-color: rgb(36,46,156); }
div.DivClassName
{
background-color: #242E9C;
}
.BgClassName
{
background-color: #242E9C;
}
</style>
border-color css
<style>
span { border-color: #242E9C; }
span { border-color: rgb(36,46,156); }
td.TdClassName
{
border-color: #242E9C;
}
.TagClassName
{
border-color: #242E9C;
}
</style>