Shades of Egyptian Blue #24279C
Tints of Egyptian Blue #24279C
RGB
CMYK
RGB Variations
Color information
#24279C (or 0x24279C) is known color: Egyptian Blue. HEX triplet: 24, 27 and 9C. RGB value is (36,39,156). Sum of RGB (Red+Green+Blue) = 36+39+156=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #24279C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24279C is #DBD863. Grayscale: #323232. Windows color (decimal): -14407780 or 10233636. OLE color: 10233636.
HSL color Cylindrical-coordinate representation of color #24279C: hue angle of 238.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 #24279C is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 39 | 156 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.39 |
| HSL | 238.5º | 0.63% | 0.38% | - |
| HSV(B) | 238.5º | 0.77% | 0.61% | - |
| XYZ | 7.45 | 4.23 | 31.88 | - |
| YUV | 51.44 | 187.01 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 156 | 0.77 | 0.75 | 0 | 0.39 | 238.5 | 0.63 | 0.38 |
| Hex | 24 | 27 | 9C | 4D | 4B | 0 | 27 | EE | 3E | 26 |
| Octal | 44 | 47 | 234 | 115 | 113 | 0 | 47 | 356 | 76 | 46 |
| Binary | 100100 | 100111 | 10011100 | 1001101 | 1001011 | 0 | 100111 | 11101110 | 111110 | 100110 |
Color Harmonies of #24279C
Complementary color
Monochromatic Colors of #24279C
Black with #24279C
Text Example
Text Example
White with #24279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24279C; }
p { color: rgb(36,39,156); }
H1.HeaderClassName
{
color: #24279C;
}
.AnyTagClassName
{
color: #24279C;
}
</style>
background-color css
<style>
a { background-color: #24279C; }
a { background-color: rgb(36,39,156); }
div.DivClassName
{
background-color: #24279C;
}
.BgClassName
{
background-color: #24279C;
}
</style>
border-color css
<style>
span { border-color: #24279C; }
span { border-color: rgb(36,39,156); }
td.TdClassName
{
border-color: #24279C;
}
.TagClassName
{
border-color: #24279C;
}
</style>