Shades of Egyptian Blue #24319C
Tints of Egyptian Blue #24319C
RGB
CMYK
RGB Variations
Color information
#24319C (or 0x24319C) is known color: Egyptian Blue. HEX triplet: 24, 31 and 9C. RGB value is (36,49,156). Sum of RGB (Red+Green+Blue) = 36+49+156=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #24319C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24319C is #DBCE63. Grayscale: #383838. Windows color (decimal): -14405220 or 10236196. OLE color: 10236196.
HSL color Cylindrical-coordinate representation of color #24319C: hue angle of 233.5º 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 #24319C is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 49 | 156 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.39 |
| HSL | 233.5º | 0.63% | 0.38% | - |
| HSV(B) | 233.5º | 0.77% | 0.61% | - |
| XYZ | 7.83 | 4.97 | 32 | - |
| YUV | 57.31 | 183.69 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 49 | 156 | 0.77 | 0.69 | 0 | 0.39 | 233.5 | 0.63 | 0.38 |
| Hex | 24 | 31 | 9C | 4D | 45 | 0 | 27 | EA | 3E | 26 |
| Octal | 44 | 61 | 234 | 115 | 105 | 0 | 47 | 352 | 76 | 46 |
| Binary | 100100 | 110001 | 10011100 | 1001101 | 1000101 | 0 | 100111 | 11101010 | 111110 | 100110 |
Color Harmonies of #24319C
Complementary color
Monochromatic Colors of #24319C
Black with #24319C
Text Example
Text Example
White with #24319C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24319C; }
p { color: rgb(36,49,156); }
H1.HeaderClassName
{
color: #24319C;
}
.AnyTagClassName
{
color: #24319C;
}
</style>
background-color css
<style>
a { background-color: #24319C; }
a { background-color: rgb(36,49,156); }
div.DivClassName
{
background-color: #24319C;
}
.BgClassName
{
background-color: #24319C;
}
</style>
border-color css
<style>
span { border-color: #24319C; }
span { border-color: rgb(36,49,156); }
td.TdClassName
{
border-color: #24319C;
}
.TagClassName
{
border-color: #24319C;
}
</style>