Shades of Egyptian Blue #24329B
Tints of Egyptian Blue #24329B
RGB
CMYK
RGB Variations
Color information
#24329B (or 0x24329B) is known color: Egyptian Blue. HEX triplet: 24, 32 and 9B. RGB value is (36,50,155). Sum of RGB (Red+Green+Blue) = 36+50+155=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #24329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24329B is #DBCD64. Grayscale: #393939. Windows color (decimal): -14404965 or 10170916. OLE color: 10170916.
HSL color Cylindrical-coordinate representation of color #24329B: hue angle of 232.94º 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 #24329B is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 50 | 155 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.39 |
| HSL | 232.94º | 0.62% | 0.37% | - |
| HSV(B) | 232.94º | 0.77% | 0.61% | - |
| XYZ | 7.78 | 5.02 | 31.57 | - |
| YUV | 57.78 | 182.86 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 155 | 0.77 | 0.68 | 0 | 0.39 | 232.94 | 0.62 | 0.37 |
| Hex | 24 | 32 | 9B | 4D | 44 | 0 | 27 | E9 | 3E | 25 |
| Octal | 44 | 62 | 233 | 115 | 104 | 0 | 47 | 351 | 76 | 45 |
| Binary | 100100 | 110010 | 10011011 | 1001101 | 1000100 | 0 | 100111 | 11101001 | 111110 | 100101 |
Color Harmonies of #24329B
Complementary color
Monochromatic Colors of #24329B
Black with #24329B
Text Example
Text Example
White with #24329B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24329B; }
p { color: rgb(36,50,155); }
H1.HeaderClassName
{
color: #24329B;
}
.AnyTagClassName
{
color: #24329B;
}
</style>
background-color css
<style>
a { background-color: #24329B; }
a { background-color: rgb(36,50,155); }
div.DivClassName
{
background-color: #24329B;
}
.BgClassName
{
background-color: #24329B;
}
</style>
border-color css
<style>
span { border-color: #24329B; }
span { border-color: rgb(36,50,155); }
td.TdClassName
{
border-color: #24329B;
}
.TagClassName
{
border-color: #24329B;
}
</style>