Shades of Egyptian Blue #24348F
Tints of Egyptian Blue #24348F
RGB
CMYK
RGB Variations
Color information
#24348F (or 0x24348F) is known color: Egyptian Blue. HEX triplet: 24, 34 and 8F. RGB value is (36,52,143). Sum of RGB (Red+Green+Blue) = 36+52+143=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #24348F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24348F is #DBCB70. Grayscale: #393939. Windows color (decimal): -14404465 or 9384996. OLE color: 9384996.
HSL color Cylindrical-coordinate representation of color #24348F: hue angle of 231.03º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24348F is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 52 | 143 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.44 |
| HSL | 231.03º | 0.6% | 0.35% | - |
| HSV(B) | 231.03º | 0.75% | 0.56% | - |
| XYZ | 6.91 | 4.81 | 26.55 | - |
| YUV | 57.59 | 176.2 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 52 | 143 | 0.75 | 0.64 | 0 | 0.44 | 231.03 | 0.6 | 0.35 |
| Hex | 24 | 34 | 8F | 4B | 40 | 0 | 2C | E7 | 3C | 23 |
| Octal | 44 | 64 | 217 | 113 | 100 | 0 | 54 | 347 | 74 | 43 |
| Binary | 100100 | 110100 | 10001111 | 1001011 | 1000000 | 0 | 101100 | 11100111 | 111100 | 100011 |
Color Harmonies of #24348F
Complementary color
Monochromatic Colors of #24348F
Black with #24348F
Text Example
Text Example
White with #24348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24348F; }
p { color: rgb(36,52,143); }
H1.HeaderClassName
{
color: #24348F;
}
.AnyTagClassName
{
color: #24348F;
}
</style>
background-color css
<style>
a { background-color: #24348F; }
a { background-color: rgb(36,52,143); }
div.DivClassName
{
background-color: #24348F;
}
.BgClassName
{
background-color: #24348F;
}
</style>
border-color css
<style>
span { border-color: #24348F; }
span { border-color: rgb(36,52,143); }
td.TdClassName
{
border-color: #24348F;
}
.TagClassName
{
border-color: #24348F;
}
</style>