Shades of Egyptian Blue #243C96
Tints of Egyptian Blue #243C96
RGB
CMYK
RGB Variations
Color information
#243C96 (or 0x243C96) is known color: Egyptian Blue. HEX triplet: 24, 3C and 96. RGB value is (36,60,150). Sum of RGB (Red+Green+Blue) = 36+60+150=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 150 (58.98% from 255 or 60.98% from 246); Max value from RGB is 150 - color contains mainly: blue. Hex color #243C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243C96 is #DBC369. Grayscale: #3E3E3E. Windows color (decimal): -14402410 or 9845796. OLE color: 9845796.
HSL color Cylindrical-coordinate representation of color #243C96: hue angle of 227.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243C96 is Cyan = 0.76, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 60 | 150 | - |
| CMYK | 0.76 | 0.6 | 0 | 0.41 |
| HSL | 227.37º | 0.61% | 0.36% | - |
| HSV(B) | 227.37º | 0.76% | 0.59% | - |
| XYZ | 7.85 | 5.81 | 29.56 | - |
| YUV | 63.08 | 177.05 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 60 | 150 | 0.76 | 0.6 | 0 | 0.41 | 227.37 | 0.61 | 0.36 |
| Hex | 24 | 3C | 96 | 4C | 3C | 0 | 29 | E3 | 3D | 24 |
| Octal | 44 | 74 | 226 | 114 | 74 | 0 | 51 | 343 | 75 | 44 |
| Binary | 100100 | 111100 | 10010110 | 1001100 | 111100 | 0 | 101001 | 11100011 | 111101 | 100100 |
Color Harmonies of #243C96
Complementary color
Monochromatic Colors of #243C96
Black with #243C96
Text Example
Text Example
White with #243C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243C96; }
p { color: rgb(36,60,150); }
H1.HeaderClassName
{
color: #243C96;
}
.AnyTagClassName
{
color: #243C96;
}
</style>
background-color css
<style>
a { background-color: #243C96; }
a { background-color: rgb(36,60,150); }
div.DivClassName
{
background-color: #243C96;
}
.BgClassName
{
background-color: #243C96;
}
</style>
border-color css
<style>
span { border-color: #243C96; }
span { border-color: rgb(36,60,150); }
td.TdClassName
{
border-color: #243C96;
}
.TagClassName
{
border-color: #243C96;
}
</style>