Shades of Egyptian Blue #24429C
Tints of Egyptian Blue #24429C
RGB
CMYK
RGB Variations
Color information
#24429C (or 0x24429C) is known color: Egyptian Blue. HEX triplet: 24, 42 and 9C. RGB value is (36,66,156). Sum of RGB (Red+Green+Blue) = 36+66+156=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 156 (61.33% from 255 or 60.47% from 258); Max value from RGB is 156 - color contains mainly: blue. Hex color #24429C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24429C is #DBBD63. Grayscale: #424242. Windows color (decimal): -14400868 or 10240548. OLE color: 10240548.
HSL color Cylindrical-coordinate representation of color #24429C: hue angle of 225º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #24429C is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 66 | 156 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.39 |
| HSL | 225º | 0.63% | 0.38% | - |
| HSV(B) | 225º | 0.77% | 0.61% | - |
| XYZ | 8.68 | 6.67 | 32.28 | - |
| YUV | 67.29 | 178.06 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 66 | 156 | 0.77 | 0.58 | 0 | 0.39 | 225 | 0.63 | 0.38 |
| Hex | 24 | 42 | 9C | 4D | 3A | 0 | 27 | E1 | 3E | 26 |
| Octal | 44 | 102 | 234 | 115 | 72 | 0 | 47 | 341 | 76 | 46 |
| Binary | 100100 | 1000010 | 10011100 | 1001101 | 111010 | 0 | 100111 | 11100001 | 111110 | 100110 |
Color Harmonies of #24429C
Complementary color
Monochromatic Colors of #24429C
Black with #24429C
Text Example
Text Example
White with #24429C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24429C; }
p { color: rgb(36,66,156); }
H1.HeaderClassName
{
color: #24429C;
}
.AnyTagClassName
{
color: #24429C;
}
</style>
background-color css
<style>
a { background-color: #24429C; }
a { background-color: rgb(36,66,156); }
div.DivClassName
{
background-color: #24429C;
}
.BgClassName
{
background-color: #24429C;
}
</style>
border-color css
<style>
span { border-color: #24429C; }
span { border-color: rgb(36,66,156); }
td.TdClassName
{
border-color: #24429C;
}
.TagClassName
{
border-color: #24429C;
}
</style>