Shades of Egyptian Blue #24259D
Tints of Egyptian Blue #24259D
RGB
CMYK
RGB Variations
Color information
#24259D (or 0x24259D) is known color: Egyptian Blue. HEX triplet: 24, 25 and 9D. RGB value is (36,37,157). Sum of RGB (Red+Green+Blue) = 36+37+157=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #24259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24259D is #DBDA62. Grayscale: #313131. Windows color (decimal): -14408291 or 10298660. OLE color: 10298660.
HSL color Cylindrical-coordinate representation of color #24259D: hue angle of 239.5º 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 #24259D is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 37 | 157 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.38 |
| HSL | 239.5º | 0.63% | 0.38% | - |
| HSV(B) | 239.5º | 0.77% | 0.62% | - |
| XYZ | 7.47 | 4.13 | 32.3 | - |
| YUV | 50.38 | 188.17 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 157 | 0.77 | 0.76 | 0 | 0.38 | 239.5 | 0.63 | 0.38 |
| Hex | 24 | 25 | 9D | 4D | 4C | 0 | 26 | F0 | 3F | 26 |
| Octal | 44 | 45 | 235 | 115 | 114 | 0 | 46 | 360 | 77 | 46 |
| Binary | 100100 | 100101 | 10011101 | 1001101 | 1001100 | 0 | 100110 | 11110000 | 111111 | 100110 |
Color Harmonies of #24259D
Complementary color
Monochromatic Colors of #24259D
Black with #24259D
Text Example
Text Example
White with #24259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24259D; }
p { color: rgb(36,37,157); }
H1.HeaderClassName
{
color: #24259D;
}
.AnyTagClassName
{
color: #24259D;
}
</style>
background-color css
<style>
a { background-color: #24259D; }
a { background-color: rgb(36,37,157); }
div.DivClassName
{
background-color: #24259D;
}
.BgClassName
{
background-color: #24259D;
}
</style>
border-color css
<style>
span { border-color: #24259D; }
span { border-color: rgb(36,37,157); }
td.TdClassName
{
border-color: #24259D;
}
.TagClassName
{
border-color: #24259D;
}
</style>