Shades of Egyptian Blue #24328F
Tints of Egyptian Blue #24328F
RGB
CMYK
RGB Variations
Color information
#24328F (or 0x24328F) is known color: Egyptian Blue. HEX triplet: 24, 32 and 8F. RGB value is (36,50,143). Sum of RGB (Red+Green+Blue) = 36+50+143=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #24328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #24328F is #DBCD70. Grayscale: #383838. Windows color (decimal): -14404977 or 9384484. OLE color: 9384484.
HSL color Cylindrical-coordinate representation of color #24328F: hue angle of 232.15º 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 #24328F is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 50 | 143 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.44 |
| HSL | 232.15º | 0.6% | 0.35% | - |
| HSV(B) | 232.15º | 0.75% | 0.56% | - |
| XYZ | 6.83 | 4.64 | 26.52 | - |
| YUV | 56.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 143 | 0.75 | 0.65 | 0 | 0.44 | 232.15 | 0.6 | 0.35 |
| Hex | 24 | 32 | 8F | 4B | 41 | 0 | 2C | E8 | 3C | 23 |
| Octal | 44 | 62 | 217 | 113 | 101 | 0 | 54 | 350 | 74 | 43 |
| Binary | 100100 | 110010 | 10001111 | 1001011 | 1000001 | 0 | 101100 | 11101000 | 111100 | 100011 |
Color Harmonies of #24328F
Complementary color
Monochromatic Colors of #24328F
Black with #24328F
Text Example
Text Example
White with #24328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24328F; }
p { color: rgb(36,50,143); }
H1.HeaderClassName
{
color: #24328F;
}
.AnyTagClassName
{
color: #24328F;
}
</style>
background-color css
<style>
a { background-color: #24328F; }
a { background-color: rgb(36,50,143); }
div.DivClassName
{
background-color: #24328F;
}
.BgClassName
{
background-color: #24328F;
}
</style>
border-color css
<style>
span { border-color: #24328F; }
span { border-color: rgb(36,50,143); }
td.TdClassName
{
border-color: #24328F;
}
.TagClassName
{
border-color: #24328F;
}
</style>