Shades of Egyptian Blue #243A99
Tints of Egyptian Blue #243A99
RGB
CMYK
RGB Variations
Color information
#243A99 (or 0x243A99) is known color: Egyptian Blue. HEX triplet: 24, 3A and 99. RGB value is (36,58,153). Sum of RGB (Red+Green+Blue) = 36+58+153=247 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.57% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #243A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243A99 is #DBC566. Grayscale: #3D3D3D. Windows color (decimal): -14402919 or 10041892. OLE color: 10041892.
HSL color Cylindrical-coordinate representation of color #243A99: hue angle of 228.72º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243A99 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 58 | 153 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.4 |
| HSL | 228.72º | 0.62% | 0.37% | - |
| HSV(B) | 228.72º | 0.76% | 0.6% | - |
| XYZ | 7.99 | 5.7 | 30.82 | - |
| YUV | 62.25 | 179.21 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 153 | 0.76 | 0.62 | 0 | 0.4 | 228.72 | 0.62 | 0.37 |
| Hex | 24 | 3A | 99 | 4C | 3E | 0 | 28 | E5 | 3E | 25 |
| Octal | 44 | 72 | 231 | 114 | 76 | 0 | 50 | 345 | 76 | 45 |
| Binary | 100100 | 111010 | 10011001 | 1001100 | 111110 | 0 | 101000 | 11100101 | 111110 | 100101 |
Color Harmonies of #243A99
Complementary color
Monochromatic Colors of #243A99
Black with #243A99
Text Example
Text Example
White with #243A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243A99; }
p { color: rgb(36,58,153); }
H1.HeaderClassName
{
color: #243A99;
}
.AnyTagClassName
{
color: #243A99;
}
</style>
background-color css
<style>
a { background-color: #243A99; }
a { background-color: rgb(36,58,153); }
div.DivClassName
{
background-color: #243A99;
}
.BgClassName
{
background-color: #243A99;
}
</style>
border-color css
<style>
span { border-color: #243A99; }
span { border-color: rgb(36,58,153); }
td.TdClassName
{
border-color: #243A99;
}
.TagClassName
{
border-color: #243A99;
}
</style>