Shades of Egyptian Blue #24409C
Tints of Egyptian Blue #24409C
RGB
CMYK
RGB Variations
Color information
#24409C (or 0x24409C) is known color: Egyptian Blue. HEX triplet: 24, 40 and 9C. RGB value is (36,64,156). Sum of RGB (Red+Green+Blue) = 36+64+156=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #24409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24409C is #DBBF63. Grayscale: #414141. Windows color (decimal): -14401380 or 10240036. OLE color: 10240036.
HSL color Cylindrical-coordinate representation of color #24409C: hue angle of 226º 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 #24409C is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 64 | 156 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.39 |
| HSL | 226º | 0.63% | 0.38% | - |
| HSV(B) | 226º | 0.77% | 0.61% | - |
| XYZ | 8.56 | 6.44 | 32.24 | - |
| YUV | 66.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 156 | 0.77 | 0.59 | 0 | 0.39 | 226 | 0.63 | 0.38 |
| Hex | 24 | 40 | 9C | 4D | 3B | 0 | 27 | E2 | 3E | 26 |
| Octal | 44 | 100 | 234 | 115 | 73 | 0 | 47 | 342 | 76 | 46 |
| Binary | 100100 | 1000000 | 10011100 | 1001101 | 111011 | 0 | 100111 | 11100010 | 111110 | 100110 |
Color Harmonies of #24409C
Complementary color
Monochromatic Colors of #24409C
Black with #24409C
Text Example
Text Example
White with #24409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24409C; }
p { color: rgb(36,64,156); }
H1.HeaderClassName
{
color: #24409C;
}
.AnyTagClassName
{
color: #24409C;
}
</style>
background-color css
<style>
a { background-color: #24409C; }
a { background-color: rgb(36,64,156); }
div.DivClassName
{
background-color: #24409C;
}
.BgClassName
{
background-color: #24409C;
}
</style>
border-color css
<style>
span { border-color: #24409C; }
span { border-color: rgb(36,64,156); }
td.TdClassName
{
border-color: #24409C;
}
.TagClassName
{
border-color: #24409C;
}
</style>