Shades of Egyptian Blue #24249C
Tints of Egyptian Blue #24249C
RGB
CMYK
RGB Variations
Color information
#24249C (or 0x24249C) is known color: Egyptian Blue. HEX triplet: 24, 24 and 9C. RGB value is (36,36,156). Sum of RGB (Red+Green+Blue) = 36+36+156=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 36 (14.45% from 255 or 15.79% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #24249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24249C is #DBDB63. Grayscale: #313131. Windows color (decimal): -14408548 or 10232868. OLE color: 10232868.
HSL color Cylindrical-coordinate representation of color #24249C: hue angle of 240º 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 #24249C is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 36 | 156 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.39 |
| HSL | 240º | 0.63% | 0.38% | - |
| HSV(B) | 240º | 0.77% | 0.61% | - |
| XYZ | 7.36 | 4.04 | 31.84 | - |
| YUV | 49.68 | 188 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 156 | 0.77 | 0.77 | 0 | 0.39 | 240 | 0.63 | 0.38 |
| Hex | 24 | 24 | 9C | 4D | 4D | 0 | 27 | F0 | 3E | 26 |
| Octal | 44 | 44 | 234 | 115 | 115 | 0 | 47 | 360 | 76 | 46 |
| Binary | 100100 | 100100 | 10011100 | 1001101 | 1001101 | 0 | 100111 | 11110000 | 111110 | 100110 |
Color Harmonies of #24249C
Complementary color
Monochromatic Colors of #24249C
Black with #24249C
Text Example
Text Example
White with #24249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24249C; }
p { color: rgb(36,36,156); }
H1.HeaderClassName
{
color: #24249C;
}
.AnyTagClassName
{
color: #24249C;
}
</style>
background-color css
<style>
a { background-color: #24249C; }
a { background-color: rgb(36,36,156); }
div.DivClassName
{
background-color: #24249C;
}
.BgClassName
{
background-color: #24249C;
}
</style>
border-color css
<style>
span { border-color: #24249C; }
span { border-color: rgb(36,36,156); }
td.TdClassName
{
border-color: #24249C;
}
.TagClassName
{
border-color: #24249C;
}
</style>