Shades of Egyptian Blue #243999
Tints of Egyptian Blue #243999
RGB
CMYK
RGB Variations
Color information
#243999 (or 0x243999) is known color: Egyptian Blue. HEX triplet: 24, 39 and 99. RGB value is (36,57,153). Sum of RGB (Red+Green+Blue) = 36+57+153=246 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.63% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #243999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243999 is #DBC666. Grayscale: #3D3D3D. Windows color (decimal): -14403175 or 10041636. OLE color: 10041636.
HSL color Cylindrical-coordinate representation of color #243999: hue angle of 229.23º 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 #243999 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 57 | 153 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.4 |
| HSL | 229.23º | 0.62% | 0.37% | - |
| HSV(B) | 229.23º | 0.76% | 0.6% | - |
| XYZ | 7.94 | 5.6 | 30.8 | - |
| YUV | 61.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 153 | 0.76 | 0.63 | 0 | 0.4 | 229.23 | 0.62 | 0.37 |
| Hex | 24 | 39 | 99 | 4C | 3F | 0 | 28 | E5 | 3E | 25 |
| Octal | 44 | 71 | 231 | 114 | 77 | 0 | 50 | 345 | 76 | 45 |
| Binary | 100100 | 111001 | 10011001 | 1001100 | 111111 | 0 | 101000 | 11100101 | 111110 | 100101 |
Color Harmonies of #243999
Complementary color
Monochromatic Colors of #243999
Black with #243999
Text Example
Text Example
White with #243999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243999; }
p { color: rgb(36,57,153); }
H1.HeaderClassName
{
color: #243999;
}
.AnyTagClassName
{
color: #243999;
}
</style>
background-color css
<style>
a { background-color: #243999; }
a { background-color: rgb(36,57,153); }
div.DivClassName
{
background-color: #243999;
}
.BgClassName
{
background-color: #243999;
}
</style>
border-color css
<style>
span { border-color: #243999; }
span { border-color: rgb(36,57,153); }
td.TdClassName
{
border-color: #243999;
}
.TagClassName
{
border-color: #243999;
}
</style>