Shades of Egyptian Blue #24279D
Tints of Egyptian Blue #24279D
RGB
CMYK
RGB Variations
Color information
#24279D (or 0x24279D) is known color: Egyptian Blue. HEX triplet: 24, 27 and 9D. RGB value is (36,39,157). Sum of RGB (Red+Green+Blue) = 36+39+157=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #24279D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24279D is #DBD862. Grayscale: #333333. Windows color (decimal): -14407779 or 10299172. OLE color: 10299172.
HSL color Cylindrical-coordinate representation of color #24279D: hue angle of 238.51º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24279D is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 39 | 157 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.38 |
| HSL | 238.51º | 0.63% | 0.38% | - |
| HSV(B) | 238.51º | 0.77% | 0.62% | - |
| XYZ | 7.54 | 4.26 | 32.32 | - |
| YUV | 51.56 | 187.51 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 157 | 0.77 | 0.75 | 0 | 0.38 | 238.51 | 0.63 | 0.38 |
| Hex | 24 | 27 | 9D | 4D | 4B | 0 | 26 | EF | 3F | 26 |
| Octal | 44 | 47 | 235 | 115 | 113 | 0 | 46 | 357 | 77 | 46 |
| Binary | 100100 | 100111 | 10011101 | 1001101 | 1001011 | 0 | 100110 | 11101111 | 111111 | 100110 |
Color Harmonies of #24279D
Complementary color
Monochromatic Colors of #24279D
Black with #24279D
Text Example
Text Example
White with #24279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24279D; }
p { color: rgb(36,39,157); }
H1.HeaderClassName
{
color: #24279D;
}
.AnyTagClassName
{
color: #24279D;
}
</style>
background-color css
<style>
a { background-color: #24279D; }
a { background-color: rgb(36,39,157); }
div.DivClassName
{
background-color: #24279D;
}
.BgClassName
{
background-color: #24279D;
}
</style>
border-color css
<style>
span { border-color: #24279D; }
span { border-color: rgb(36,39,157); }
td.TdClassName
{
border-color: #24279D;
}
.TagClassName
{
border-color: #24279D;
}
</style>