Shades of Egyptian Blue #24269B
Tints of Egyptian Blue #24269B
RGB
CMYK
RGB Variations
Color information
#24269B (or 0x24269B) is known color: Egyptian Blue. HEX triplet: 24, 26 and 9B. RGB value is (36,38,155). Sum of RGB (Red+Green+Blue) = 36+38+155=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #24269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24269B is #DBD964. Grayscale: #323232. Windows color (decimal): -14408037 or 10167844. OLE color: 10167844.
HSL color Cylindrical-coordinate representation of color #24269B: hue angle of 238.99º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24269B is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 38 | 155 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.39 |
| HSL | 238.99º | 0.62% | 0.37% | - |
| HSV(B) | 238.99º | 0.77% | 0.61% | - |
| XYZ | 7.34 | 4.13 | 31.42 | - |
| YUV | 50.74 | 186.84 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 155 | 0.77 | 0.75 | 0 | 0.39 | 238.99 | 0.62 | 0.37 |
| Hex | 24 | 26 | 9B | 4D | 4B | 0 | 27 | EF | 3E | 25 |
| Octal | 44 | 46 | 233 | 115 | 113 | 0 | 47 | 357 | 76 | 45 |
| Binary | 100100 | 100110 | 10011011 | 1001101 | 1001011 | 0 | 100111 | 11101111 | 111110 | 100101 |
Color Harmonies of #24269B
Complementary color
Monochromatic Colors of #24269B
Black with #24269B
Text Example
Text Example
White with #24269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24269B; }
p { color: rgb(36,38,155); }
H1.HeaderClassName
{
color: #24269B;
}
.AnyTagClassName
{
color: #24269B;
}
</style>
background-color css
<style>
a { background-color: #24269B; }
a { background-color: rgb(36,38,155); }
div.DivClassName
{
background-color: #24269B;
}
.BgClassName
{
background-color: #24269B;
}
</style>
border-color css
<style>
span { border-color: #24269B; }
span { border-color: rgb(36,38,155); }
td.TdClassName
{
border-color: #24269B;
}
.TagClassName
{
border-color: #24269B;
}
</style>