Shades of Egyptian Blue #24249D
Tints of Egyptian Blue #24249D
RGB
CMYK
RGB Variations
Color information
#24249D (or 0x24249D) is known color: Egyptian Blue. HEX triplet: 24, 24 and 9D. RGB value is (36,36,157). Sum of RGB (Red+Green+Blue) = 36+36+157=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #24249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24249D is #DBDB62. Grayscale: #313131. Windows color (decimal): -14408547 or 10298404. OLE color: 10298404.
HSL color Cylindrical-coordinate representation of color #24249D: hue angle of 240º 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 #24249D is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 36 | 157 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.38 |
| HSL | 240º | 0.63% | 0.38% | - |
| HSV(B) | 240º | 0.77% | 0.62% | - |
| XYZ | 7.44 | 4.07 | 32.29 | - |
| YUV | 49.79 | 188.5 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 157 | 0.77 | 0.77 | 0 | 0.38 | 240 | 0.63 | 0.38 |
| Hex | 24 | 24 | 9D | 4D | 4D | 0 | 26 | F0 | 3F | 26 |
| Octal | 44 | 44 | 235 | 115 | 115 | 0 | 46 | 360 | 77 | 46 |
| Binary | 100100 | 100100 | 10011101 | 1001101 | 1001101 | 0 | 100110 | 11110000 | 111111 | 100110 |
Color Harmonies of #24249D
Complementary color
Monochromatic Colors of #24249D
Black with #24249D
Text Example
Text Example
White with #24249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24249D; }
p { color: rgb(36,36,157); }
H1.HeaderClassName
{
color: #24249D;
}
.AnyTagClassName
{
color: #24249D;
}
</style>
background-color css
<style>
a { background-color: #24249D; }
a { background-color: rgb(36,36,157); }
div.DivClassName
{
background-color: #24249D;
}
.BgClassName
{
background-color: #24249D;
}
</style>
border-color css
<style>
span { border-color: #24249D; }
span { border-color: rgb(36,36,157); }
td.TdClassName
{
border-color: #24249D;
}
.TagClassName
{
border-color: #24249D;
}
</style>