Shades of Egyptian Blue #24269C
Tints of Egyptian Blue #24269C
RGB
CMYK
RGB Variations
Color information
#24269C (or 0x24269C) is known color: Egyptian Blue. HEX triplet: 24, 26 and 9C. RGB value is (36,38,156). Sum of RGB (Red+Green+Blue) = 36+38+156=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #24269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24269C is #DBD963. Grayscale: #323232. Windows color (decimal): -14408036 or 10233380. OLE color: 10233380.
HSL color Cylindrical-coordinate representation of color #24269C: hue angle of 239º 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 #24269C is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 38 | 156 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.39 |
| HSL | 239º | 0.63% | 0.38% | - |
| HSV(B) | 239º | 0.77% | 0.61% | - |
| XYZ | 7.42 | 4.16 | 31.86 | - |
| YUV | 50.85 | 187.34 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 156 | 0.77 | 0.76 | 0 | 0.39 | 239 | 0.63 | 0.38 |
| Hex | 24 | 26 | 9C | 4D | 4C | 0 | 27 | EF | 3E | 26 |
| Octal | 44 | 46 | 234 | 115 | 114 | 0 | 47 | 357 | 76 | 46 |
| Binary | 100100 | 100110 | 10011100 | 1001101 | 1001100 | 0 | 100111 | 11101111 | 111110 | 100110 |
Color Harmonies of #24269C
Complementary color
Monochromatic Colors of #24269C
Black with #24269C
Text Example
Text Example
White with #24269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24269C; }
p { color: rgb(36,38,156); }
H1.HeaderClassName
{
color: #24269C;
}
.AnyTagClassName
{
color: #24269C;
}
</style>
background-color css
<style>
a { background-color: #24269C; }
a { background-color: rgb(36,38,156); }
div.DivClassName
{
background-color: #24269C;
}
.BgClassName
{
background-color: #24269C;
}
</style>
border-color css
<style>
span { border-color: #24269C; }
span { border-color: rgb(36,38,156); }
td.TdClassName
{
border-color: #24269C;
}
.TagClassName
{
border-color: #24269C;
}
</style>