Shades of Egyptian Blue #24349C
Tints of Egyptian Blue #24349C
RGB
CMYK
RGB Variations
Color information
#24349C (or 0x24349C) is known color: Egyptian Blue. HEX triplet: 24, 34 and 9C. RGB value is (36,52,156). Sum of RGB (Red+Green+Blue) = 36+52+156=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #24349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24349C is #DBCB63. Grayscale: #3A3A3A. Windows color (decimal): -14404452 or 10236964. OLE color: 10236964.
HSL color Cylindrical-coordinate representation of color #24349C: hue angle of 232º 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 #24349C is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 52 | 156 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.39 |
| HSL | 232º | 0.63% | 0.38% | - |
| HSV(B) | 232º | 0.77% | 0.61% | - |
| XYZ | 7.96 | 5.23 | 32.04 | - |
| YUV | 59.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 156 | 0.77 | 0.67 | 0 | 0.39 | 232 | 0.63 | 0.38 |
| Hex | 24 | 34 | 9C | 4D | 43 | 0 | 27 | E8 | 3E | 26 |
| Octal | 44 | 64 | 234 | 115 | 103 | 0 | 47 | 350 | 76 | 46 |
| Binary | 100100 | 110100 | 10011100 | 1001101 | 1000011 | 0 | 100111 | 11101000 | 111110 | 100110 |
Color Harmonies of #24349C
Complementary color
Monochromatic Colors of #24349C
Black with #24349C
Text Example
Text Example
White with #24349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24349C; }
p { color: rgb(36,52,156); }
H1.HeaderClassName
{
color: #24349C;
}
.AnyTagClassName
{
color: #24349C;
}
</style>
background-color css
<style>
a { background-color: #24349C; }
a { background-color: rgb(36,52,156); }
div.DivClassName
{
background-color: #24349C;
}
.BgClassName
{
background-color: #24349C;
}
</style>
border-color css
<style>
span { border-color: #24349C; }
span { border-color: rgb(36,52,156); }
td.TdClassName
{
border-color: #24349C;
}
.TagClassName
{
border-color: #24349C;
}
</style>