Shades of Egyptian Blue #242C91
Tints of Egyptian Blue #242C91
RGB
CMYK
RGB Variations
Color information
#242C91 (or 0x242C91) is known color: Egyptian Blue. HEX triplet: 24, 2C and 91. RGB value is (36,44,145). Sum of RGB (Red+Green+Blue) = 36+44+145=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #242C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C91 is #DBD36E. Grayscale: #343434. Windows color (decimal): -14406511 or 9514020. OLE color: 9514020.
HSL color Cylindrical-coordinate representation of color #242C91: hue angle of 235.6º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242C91 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 44 | 145 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.43 |
| HSL | 235.6º | 0.6% | 0.35% | - |
| HSV(B) | 235.6º | 0.75% | 0.57% | - |
| XYZ | 6.74 | 4.22 | 27.25 | - |
| YUV | 53.12 | 179.85 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 145 | 0.75 | 0.70 | 0 | 0.43 | 235.6 | 0.6 | 0.35 |
| Hex | 24 | 2C | 91 | 4B | 46 | 0 | 2B | EC | 3C | 23 |
| Octal | 44 | 54 | 221 | 113 | 106 | 0 | 53 | 354 | 74 | 43 |
| Binary | 100100 | 101100 | 10010001 | 1001011 | 1000110 | 0 | 101011 | 11101100 | 111100 | 100011 |
Color Harmonies of #242C91
Complementary color
Monochromatic Colors of #242C91
Black with #242C91
Text Example
Text Example
White with #242C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C91; }
p { color: rgb(36,44,145); }
H1.HeaderClassName
{
color: #242C91;
}
.AnyTagClassName
{
color: #242C91;
}
</style>
background-color css
<style>
a { background-color: #242C91; }
a { background-color: rgb(36,44,145); }
div.DivClassName
{
background-color: #242C91;
}
.BgClassName
{
background-color: #242C91;
}
</style>
border-color css
<style>
span { border-color: #242C91; }
span { border-color: rgb(36,44,145); }
td.TdClassName
{
border-color: #242C91;
}
.TagClassName
{
border-color: #242C91;
}
</style>