Shades of Egyptian Blue #243699
Tints of Egyptian Blue #243699
RGB
CMYK
RGB Variations
Color information
#243699 (or 0x243699) is known color: Egyptian Blue. HEX triplet: 24, 36 and 99. RGB value is (36,54,153). Sum of RGB (Red+Green+Blue) = 36+54+153=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 153 (60.16% from 255 or 62.96% from 243); Max value from RGB is 153 - color contains mainly: blue. Hex color #243699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243699 is #DBC966. Grayscale: #3B3B3B. Windows color (decimal): -14403943 or 10040868. OLE color: 10040868.
HSL color Cylindrical-coordinate representation of color #243699: hue angle of 230.77º 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 #243699 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 54 | 153 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.4 |
| HSL | 230.77º | 0.62% | 0.37% | - |
| HSV(B) | 230.77º | 0.76% | 0.6% | - |
| XYZ | 7.8 | 5.31 | 30.75 | - |
| YUV | 59.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 54 | 153 | 0.76 | 0.65 | 0 | 0.4 | 230.77 | 0.62 | 0.37 |
| Hex | 24 | 36 | 99 | 4C | 41 | 0 | 28 | E7 | 3E | 25 |
| Octal | 44 | 66 | 231 | 114 | 101 | 0 | 50 | 347 | 76 | 45 |
| Binary | 100100 | 110110 | 10011001 | 1001100 | 1000001 | 0 | 101000 | 11100111 | 111110 | 100101 |
Color Harmonies of #243699
Complementary color
Monochromatic Colors of #243699
Black with #243699
Text Example
Text Example
White with #243699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243699; }
p { color: rgb(36,54,153); }
H1.HeaderClassName
{
color: #243699;
}
.AnyTagClassName
{
color: #243699;
}
</style>
background-color css
<style>
a { background-color: #243699; }
a { background-color: rgb(36,54,153); }
div.DivClassName
{
background-color: #243699;
}
.BgClassName
{
background-color: #243699;
}
</style>
border-color css
<style>
span { border-color: #243699; }
span { border-color: rgb(36,54,153); }
td.TdClassName
{
border-color: #243699;
}
.TagClassName
{
border-color: #243699;
}
</style>