Shades of Egyptian Blue #24449B
Tints of Egyptian Blue #24449B
RGB
CMYK
RGB Variations
Color information
#24449B (or 0x24449B) is known color: Egyptian Blue. HEX triplet: 24, 44 and 9B. RGB value is (36,68,155). Sum of RGB (Red+Green+Blue) = 36+68+155=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #24449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24449B is #DBBB64. Grayscale: #434343. Windows color (decimal): -14400357 or 10175524. OLE color: 10175524.
HSL color Cylindrical-coordinate representation of color #24449B: hue angle of 223.87º 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 #24449B is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 68 | 155 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.39 |
| HSL | 223.87º | 0.62% | 0.37% | - |
| HSV(B) | 223.87º | 0.77% | 0.61% | - |
| XYZ | 8.71 | 6.88 | 31.88 | - |
| YUV | 68.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 68 | 155 | 0.77 | 0.56 | 0 | 0.39 | 223.87 | 0.62 | 0.37 |
| Hex | 24 | 44 | 9B | 4D | 38 | 0 | 27 | E0 | 3E | 25 |
| Octal | 44 | 104 | 233 | 115 | 70 | 0 | 47 | 340 | 76 | 45 |
| Binary | 100100 | 1000100 | 10011011 | 1001101 | 111000 | 0 | 100111 | 11100000 | 111110 | 100101 |
Color Harmonies of #24449B
Complementary color
Monochromatic Colors of #24449B
Black with #24449B
Text Example
Text Example
White with #24449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24449B; }
p { color: rgb(36,68,155); }
H1.HeaderClassName
{
color: #24449B;
}
.AnyTagClassName
{
color: #24449B;
}
</style>
background-color css
<style>
a { background-color: #24449B; }
a { background-color: rgb(36,68,155); }
div.DivClassName
{
background-color: #24449B;
}
.BgClassName
{
background-color: #24449B;
}
</style>
border-color css
<style>
span { border-color: #24449B; }
span { border-color: rgb(36,68,155); }
td.TdClassName
{
border-color: #24449B;
}
.TagClassName
{
border-color: #24449B;
}
</style>