Shades of Egyptian Blue #24319E
Tints of Egyptian Blue #24319E
RGB
CMYK
RGB Variations
Color information
#24319E (or 0x24319E) is known color: Egyptian Blue. HEX triplet: 24, 31 and 9E. RGB value is (36,49,158). Sum of RGB (Red+Green+Blue) = 36+49+158=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #24319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24319E is #DBCE61. Grayscale: #393939. Windows color (decimal): -14405218 or 10367268. OLE color: 10367268.
HSL color Cylindrical-coordinate representation of color #24319E: hue angle of 233.61º 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 #24319E is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 49 | 158 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.38 |
| HSL | 233.61º | 0.63% | 0.38% | - |
| HSV(B) | 233.61º | 0.77% | 0.62% | - |
| XYZ | 8 | 5.04 | 32.9 | - |
| YUV | 57.54 | 184.69 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 158 | 0.77 | 0.69 | 0 | 0.38 | 233.61 | 0.63 | 0.38 |
| Hex | 24 | 31 | 9E | 4D | 45 | 0 | 26 | EA | 3F | 26 |
| Octal | 44 | 61 | 236 | 115 | 105 | 0 | 46 | 352 | 77 | 46 |
| Binary | 100100 | 110001 | 10011110 | 1001101 | 1000101 | 0 | 100110 | 11101010 | 111111 | 100110 |
Color Harmonies of #24319E
Complementary color
Monochromatic Colors of #24319E
Black with #24319E
Text Example
Text Example
White with #24319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24319E; }
p { color: rgb(36,49,158); }
H1.HeaderClassName
{
color: #24319E;
}
.AnyTagClassName
{
color: #24319E;
}
</style>
background-color css
<style>
a { background-color: #24319E; }
a { background-color: rgb(36,49,158); }
div.DivClassName
{
background-color: #24319E;
}
.BgClassName
{
background-color: #24319E;
}
</style>
border-color css
<style>
span { border-color: #24319E; }
span { border-color: rgb(36,49,158); }
td.TdClassName
{
border-color: #24319E;
}
.TagClassName
{
border-color: #24319E;
}
</style>