Shades of Egyptian Blue #24439C
Tints of Egyptian Blue #24439C
RGB
CMYK
RGB Variations
Color information
#24439C (or 0x24439C) is known color: Egyptian Blue. HEX triplet: 24, 43 and 9C. RGB value is (36,67,156). Sum of RGB (Red+Green+Blue) = 36+67+156=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #24439C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24439C is #DBBC63. Grayscale: #434343. Windows color (decimal): -14400612 or 10240804. OLE color: 10240804.
HSL color Cylindrical-coordinate representation of color #24439C: hue angle of 224.5º 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 #24439C is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 67 | 156 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.39 |
| HSL | 224.5º | 0.63% | 0.38% | - |
| HSV(B) | 224.5º | 0.77% | 0.61% | - |
| XYZ | 8.74 | 6.79 | 32.3 | - |
| YUV | 67.88 | 177.73 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 67 | 156 | 0.77 | 0.57 | 0 | 0.39 | 224.5 | 0.63 | 0.38 |
| Hex | 24 | 43 | 9C | 4D | 39 | 0 | 27 | E0 | 3E | 26 |
| Octal | 44 | 103 | 234 | 115 | 71 | 0 | 47 | 340 | 76 | 46 |
| Binary | 100100 | 1000011 | 10011100 | 1001101 | 111001 | 0 | 100111 | 11100000 | 111110 | 100110 |
Color Harmonies of #24439C
Complementary color
Monochromatic Colors of #24439C
Black with #24439C
Text Example
Text Example
White with #24439C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24439C; }
p { color: rgb(36,67,156); }
H1.HeaderClassName
{
color: #24439C;
}
.AnyTagClassName
{
color: #24439C;
}
</style>
background-color css
<style>
a { background-color: #24439C; }
a { background-color: rgb(36,67,156); }
div.DivClassName
{
background-color: #24439C;
}
.BgClassName
{
background-color: #24439C;
}
</style>
border-color css
<style>
span { border-color: #24439C; }
span { border-color: rgb(36,67,156); }
td.TdClassName
{
border-color: #24439C;
}
.TagClassName
{
border-color: #24439C;
}
</style>