Shades of Egyptian Blue #24339E
Tints of Egyptian Blue #24339E
RGB
CMYK
RGB Variations
Color information
#24339E (or 0x24339E) is known color: Egyptian Blue. HEX triplet: 24, 33 and 9E. RGB value is (36,51,158). Sum of RGB (Red+Green+Blue) = 36+51+158=245 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.69% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #24339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24339E is #DBCC61. Grayscale: #3A3A3A. Windows color (decimal): -14404706 or 10367780. OLE color: 10367780.
HSL color Cylindrical-coordinate representation of color #24339E: hue angle of 232.62º 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 #24339E is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 51 | 158 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.38 |
| HSL | 232.62º | 0.63% | 0.38% | - |
| HSV(B) | 232.62º | 0.77% | 0.62% | - |
| XYZ | 8.08 | 5.21 | 32.93 | - |
| YUV | 58.71 | 184.03 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 51 | 158 | 0.77 | 0.68 | 0 | 0.38 | 232.62 | 0.63 | 0.38 |
| Hex | 24 | 33 | 9E | 4D | 44 | 0 | 26 | E9 | 3F | 26 |
| Octal | 44 | 63 | 236 | 115 | 104 | 0 | 46 | 351 | 77 | 46 |
| Binary | 100100 | 110011 | 10011110 | 1001101 | 1000100 | 0 | 100110 | 11101001 | 111111 | 100110 |
Color Harmonies of #24339E
Complementary color
Monochromatic Colors of #24339E
Black with #24339E
Text Example
Text Example
White with #24339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24339E; }
p { color: rgb(36,51,158); }
H1.HeaderClassName
{
color: #24339E;
}
.AnyTagClassName
{
color: #24339E;
}
</style>
background-color css
<style>
a { background-color: #24339E; }
a { background-color: rgb(36,51,158); }
div.DivClassName
{
background-color: #24339E;
}
.BgClassName
{
background-color: #24339E;
}
</style>
border-color css
<style>
span { border-color: #24339E; }
span { border-color: rgb(36,51,158); }
td.TdClassName
{
border-color: #24339E;
}
.TagClassName
{
border-color: #24339E;
}
</style>