Shades of Egyptian Blue #24358F
Tints of Egyptian Blue #24358F
RGB
CMYK
RGB Variations
Color information
#24358F (or 0x24358F) is known color: Egyptian Blue. HEX triplet: 24, 35 and 8F. RGB value is (36,53,143). Sum of RGB (Red+Green+Blue) = 36+53+143=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 143 (56.25% from 255 or 61.64% from 232); Max value from RGB is 143 - color contains mainly: blue. Hex color #24358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24358F is #DBCA70. Grayscale: #393939. Windows color (decimal): -14404209 or 9385252. OLE color: 9385252.
HSL color Cylindrical-coordinate representation of color #24358F: hue angle of 230.47º 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 #24358F is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 53 | 143 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.44 |
| HSL | 230.47º | 0.6% | 0.35% | - |
| HSV(B) | 230.47º | 0.75% | 0.56% | - |
| XYZ | 6.96 | 4.9 | 26.57 | - |
| YUV | 58.18 | 175.87 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 53 | 143 | 0.75 | 0.63 | 0 | 0.44 | 230.47 | 0.6 | 0.35 |
| Hex | 24 | 35 | 8F | 4B | 3F | 0 | 2C | E6 | 3C | 23 |
| Octal | 44 | 65 | 217 | 113 | 77 | 0 | 54 | 346 | 74 | 43 |
| Binary | 100100 | 110101 | 10001111 | 1001011 | 111111 | 0 | 101100 | 11100110 | 111100 | 100011 |
Color Harmonies of #24358F
Complementary color
Monochromatic Colors of #24358F
Black with #24358F
Text Example
Text Example
White with #24358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24358F; }
p { color: rgb(36,53,143); }
H1.HeaderClassName
{
color: #24358F;
}
.AnyTagClassName
{
color: #24358F;
}
</style>
background-color css
<style>
a { background-color: #24358F; }
a { background-color: rgb(36,53,143); }
div.DivClassName
{
background-color: #24358F;
}
.BgClassName
{
background-color: #24358F;
}
</style>
border-color css
<style>
span { border-color: #24358F; }
span { border-color: rgb(36,53,143); }
td.TdClassName
{
border-color: #24358F;
}
.TagClassName
{
border-color: #24358F;
}
</style>