Shades of Egyptian Blue #24269D
Tints of Egyptian Blue #24269D
RGB
CMYK
RGB Variations
Color information
#24269D (or 0x24269D) is known color: Egyptian Blue. HEX triplet: 24, 26 and 9D. RGB value is (36,38,157). Sum of RGB (Red+Green+Blue) = 36+38+157=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #24269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24269D is #DBD962. Grayscale: #323232. Windows color (decimal): -14408035 or 10298916. OLE color: 10298916.
HSL color Cylindrical-coordinate representation of color #24269D: hue angle of 239.01º 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 #24269D is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 36 | 38 | 157 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.38 |
| HSL | 239.01º | 0.63% | 0.38% | - |
| HSV(B) | 239.01º | 0.77% | 0.62% | - |
| XYZ | 7.51 | 4.2 | 32.31 | - |
| YUV | 50.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 157 | 0.77 | 0.76 | 0 | 0.38 | 239.01 | 0.63 | 0.38 |
| Hex | 24 | 26 | 9D | 4D | 4C | 0 | 26 | EF | 3F | 26 |
| Octal | 44 | 46 | 235 | 115 | 114 | 0 | 46 | 357 | 77 | 46 |
| Binary | 100100 | 100110 | 10011101 | 1001101 | 1001100 | 0 | 100110 | 11101111 | 111111 | 100110 |
Color Harmonies of #24269D
Complementary color
Monochromatic Colors of #24269D
Black with #24269D
Text Example
Text Example
White with #24269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24269D; }
p { color: rgb(36,38,157); }
H1.HeaderClassName
{
color: #24269D;
}
.AnyTagClassName
{
color: #24269D;
}
</style>
background-color css
<style>
a { background-color: #24269D; }
a { background-color: rgb(36,38,157); }
div.DivClassName
{
background-color: #24269D;
}
.BgClassName
{
background-color: #24269D;
}
</style>
border-color css
<style>
span { border-color: #24269D; }
span { border-color: rgb(36,38,157); }
td.TdClassName
{
border-color: #24269D;
}
.TagClassName
{
border-color: #24269D;
}
</style>