Shades of Egyptian Blue #242D95
Tints of Egyptian Blue #242D95
RGB
CMYK
RGB Variations
Color information
#242D95 (or 0x242D95) is known color: Egyptian Blue. HEX triplet: 24, 2D and 95. RGB value is (36,45,149). Sum of RGB (Red+Green+Blue) = 36+45+149=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #242D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242D95 is #DBD26A. Grayscale: #353535. Windows color (decimal): -14406251 or 9776420. OLE color: 9776420.
HSL color Cylindrical-coordinate representation of color #242D95: hue angle of 235.22º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242D95 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 45 | 149 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.42 |
| HSL | 235.22º | 0.61% | 0.36% | - |
| HSV(B) | 235.22º | 0.76% | 0.58% | - |
| XYZ | 7.09 | 4.42 | 28.91 | - |
| YUV | 54.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 149 | 0.76 | 0.70 | 0 | 0.42 | 235.22 | 0.61 | 0.36 |
| Hex | 24 | 2D | 95 | 4C | 46 | 0 | 2A | EB | 3D | 24 |
| Octal | 44 | 55 | 225 | 114 | 106 | 0 | 52 | 353 | 75 | 44 |
| Binary | 100100 | 101101 | 10010101 | 1001100 | 1000110 | 0 | 101010 | 11101011 | 111101 | 100100 |
Color Harmonies of #242D95
Complementary color
Monochromatic Colors of #242D95
Black with #242D95
Text Example
Text Example
White with #242D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D95; }
p { color: rgb(36,45,149); }
H1.HeaderClassName
{
color: #242D95;
}
.AnyTagClassName
{
color: #242D95;
}
</style>
background-color css
<style>
a { background-color: #242D95; }
a { background-color: rgb(36,45,149); }
div.DivClassName
{
background-color: #242D95;
}
.BgClassName
{
background-color: #242D95;
}
</style>
border-color css
<style>
span { border-color: #242D95; }
span { border-color: rgb(36,45,149); }
td.TdClassName
{
border-color: #242D95;
}
.TagClassName
{
border-color: #242D95;
}
</style>