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