Shades of Egyptian Blue #242E8F
Tints of Egyptian Blue #242E8F
RGB
CMYK
RGB Variations
Color information
#242E8F (or 0x242E8F) is known color: Egyptian Blue. HEX triplet: 24, 2E and 8F. RGB value is (36,46,143). Sum of RGB (Red+Green+Blue) = 36+46+143=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 46 (18.36% from 255 or 20.44% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #242E8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E8F is #DBD170. Grayscale: #353535. Windows color (decimal): -14406001 or 9383460. OLE color: 9383460.
HSL color Cylindrical-coordinate representation of color #242E8F: hue angle of 234.39º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242E8F is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 46 | 143 | - |
| CMYK | 0.75 | 0.68 | 0 | 0.44 |
| HSL | 234.39º | 0.6% | 0.35% | - |
| HSV(B) | 234.39º | 0.75% | 0.56% | - |
| XYZ | 6.66 | 4.31 | 26.47 | - |
| YUV | 54.07 | 178.19 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 143 | 0.75 | 0.68 | 0 | 0.44 | 234.39 | 0.6 | 0.35 |
| Hex | 24 | 2E | 8F | 4B | 44 | 0 | 2C | EA | 3C | 23 |
| Octal | 44 | 56 | 217 | 113 | 104 | 0 | 54 | 352 | 74 | 43 |
| Binary | 100100 | 101110 | 10001111 | 1001011 | 1000100 | 0 | 101100 | 11101010 | 111100 | 100011 |
Color Harmonies of #242E8F
Complementary color
Monochromatic Colors of #242E8F
Black with #242E8F
Text Example
Text Example
White with #242E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E8F; }
p { color: rgb(36,46,143); }
H1.HeaderClassName
{
color: #242E8F;
}
.AnyTagClassName
{
color: #242E8F;
}
</style>
background-color css
<style>
a { background-color: #242E8F; }
a { background-color: rgb(36,46,143); }
div.DivClassName
{
background-color: #242E8F;
}
.BgClassName
{
background-color: #242E8F;
}
</style>
border-color css
<style>
span { border-color: #242E8F; }
span { border-color: rgb(36,46,143); }
td.TdClassName
{
border-color: #242E8F;
}
.TagClassName
{
border-color: #242E8F;
}
</style>