Shades of Egyptian Blue #242A97
Tints of Egyptian Blue #242A97
RGB
CMYK
RGB Variations
Color information
#242A97 (or 0x242A97) is known color: Egyptian Blue. HEX triplet: 24, 2A and 97. RGB value is (36,42,151). Sum of RGB (Red+Green+Blue) = 36+42+151=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 42 (16.80% from 255 or 18.34% from 229); Blue value is 151 (59.38% from 255 or 65.94% from 229); Max value from RGB is 151 - color contains mainly: blue. Hex color #242A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A97 is #DBD568. Grayscale: #343434. Windows color (decimal): -14407017 or 9906724. OLE color: 9906724.
HSL color Cylindrical-coordinate representation of color #242A97: hue angle of 236.87º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242A97 is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 42 | 151 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.41 |
| HSL | 236.87º | 0.61% | 0.37% | - |
| HSV(B) | 236.87º | 0.76% | 0.59% | - |
| XYZ | 7.14 | 4.27 | 29.73 | - |
| YUV | 52.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 151 | 0.76 | 0.72 | 0 | 0.41 | 236.87 | 0.61 | 0.37 |
| Hex | 24 | 2A | 97 | 4C | 48 | 0 | 29 | ED | 3D | 25 |
| Octal | 44 | 52 | 227 | 114 | 110 | 0 | 51 | 355 | 75 | 45 |
| Binary | 100100 | 101010 | 10010111 | 1001100 | 1001000 | 0 | 101001 | 11101101 | 111101 | 100101 |
Color Harmonies of #242A97
Complementary color
Monochromatic Colors of #242A97
Black with #242A97
Text Example
Text Example
White with #242A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A97; }
p { color: rgb(36,42,151); }
H1.HeaderClassName
{
color: #242A97;
}
.AnyTagClassName
{
color: #242A97;
}
</style>
background-color css
<style>
a { background-color: #242A97; }
a { background-color: rgb(36,42,151); }
div.DivClassName
{
background-color: #242A97;
}
.BgClassName
{
background-color: #242A97;
}
</style>
border-color css
<style>
span { border-color: #242A97; }
span { border-color: rgb(36,42,151); }
td.TdClassName
{
border-color: #242A97;
}
.TagClassName
{
border-color: #242A97;
}
</style>