Shades of Egyptian Blue #243299
Tints of Egyptian Blue #243299
RGB
CMYK
RGB Variations
Color information
#243299 (or 0x243299) is known color: Egyptian Blue. HEX triplet: 24, 32 and 99. RGB value is (36,50,153). Sum of RGB (Red+Green+Blue) = 36+50+153=239 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.06% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #243299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243299 is #DBCD66. Grayscale: #393939. Windows color (decimal): -14404967 or 10039844. OLE color: 10039844.
HSL color Cylindrical-coordinate representation of color #243299: hue angle of 232.82º 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 #243299 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 50 | 153 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.4 |
| HSL | 232.82º | 0.62% | 0.37% | - |
| HSV(B) | 232.82º | 0.76% | 0.6% | - |
| XYZ | 7.62 | 4.96 | 30.69 | - |
| YUV | 57.56 | 181.86 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 50 | 153 | 0.76 | 0.67 | 0 | 0.4 | 232.82 | 0.62 | 0.37 |
| Hex | 24 | 32 | 99 | 4C | 43 | 0 | 28 | E9 | 3E | 25 |
| Octal | 44 | 62 | 231 | 114 | 103 | 0 | 50 | 351 | 76 | 45 |
| Binary | 100100 | 110010 | 10011001 | 1001100 | 1000011 | 0 | 101000 | 11101001 | 111110 | 100101 |
Color Harmonies of #243299
Complementary color
Monochromatic Colors of #243299
Black with #243299
Text Example
Text Example
White with #243299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243299; }
p { color: rgb(36,50,153); }
H1.HeaderClassName
{
color: #243299;
}
.AnyTagClassName
{
color: #243299;
}
</style>
background-color css
<style>
a { background-color: #243299; }
a { background-color: rgb(36,50,153); }
div.DivClassName
{
background-color: #243299;
}
.BgClassName
{
background-color: #243299;
}
</style>
border-color css
<style>
span { border-color: #243299; }
span { border-color: rgb(36,50,153); }
td.TdClassName
{
border-color: #243299;
}
.TagClassName
{
border-color: #243299;
}
</style>