Shades of Egyptian Blue #242F99
Tints of Egyptian Blue #242F99
RGB
CMYK
RGB Variations
Color information
#242F99 (or 0x242F99) is known color: Egyptian Blue. HEX triplet: 24, 2F and 99. RGB value is (36,47,153). Sum of RGB (Red+Green+Blue) = 36+47+153=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #242F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242F99 is #DBD066. Grayscale: #373737. Windows color (decimal): -14405735 or 10039076. OLE color: 10039076.
HSL color Cylindrical-coordinate representation of color #242F99: hue angle of 234.36º 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 #242F99 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 47 | 153 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.4 |
| HSL | 234.36º | 0.62% | 0.37% | - |
| HSV(B) | 234.36º | 0.76% | 0.6% | - |
| XYZ | 7.49 | 4.71 | 30.65 | - |
| YUV | 55.8 | 182.86 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 153 | 0.76 | 0.69 | 0 | 0.4 | 234.36 | 0.62 | 0.37 |
| Hex | 24 | 2F | 99 | 4C | 45 | 0 | 28 | EA | 3E | 25 |
| Octal | 44 | 57 | 231 | 114 | 105 | 0 | 50 | 352 | 76 | 45 |
| Binary | 100100 | 101111 | 10011001 | 1001100 | 1000101 | 0 | 101000 | 11101010 | 111110 | 100101 |
Color Harmonies of #242F99
Complementary color
Monochromatic Colors of #242F99
Black with #242F99
Text Example
Text Example
White with #242F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F99; }
p { color: rgb(36,47,153); }
H1.HeaderClassName
{
color: #242F99;
}
.AnyTagClassName
{
color: #242F99;
}
</style>
background-color css
<style>
a { background-color: #242F99; }
a { background-color: rgb(36,47,153); }
div.DivClassName
{
background-color: #242F99;
}
.BgClassName
{
background-color: #242F99;
}
</style>
border-color css
<style>
span { border-color: #242F99; }
span { border-color: rgb(36,47,153); }
td.TdClassName
{
border-color: #242F99;
}
.TagClassName
{
border-color: #242F99;
}
</style>