Shades of Egyptian Blue #242E9B
Tints of Egyptian Blue #242E9B
RGB
CMYK
RGB Variations
Color information
#242E9B (or 0x242E9B) is known color: Egyptian Blue. HEX triplet: 24, 2E and 9B. RGB value is (36,46,155). Sum of RGB (Red+Green+Blue) = 36+46+155=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #242E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E9B is #DBD164. Grayscale: #363636. Windows color (decimal): -14405989 or 10169892. OLE color: 10169892.
HSL color Cylindrical-coordinate representation of color #242E9B: hue angle of 234.96º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242E9B is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 36 | 46 | 155 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.39 |
| HSL | 234.96º | 0.62% | 0.37% | - |
| HSV(B) | 234.96º | 0.77% | 0.61% | - |
| XYZ | 7.62 | 4.7 | 31.52 | - |
| YUV | 55.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 155 | 0.77 | 0.70 | 0 | 0.39 | 234.96 | 0.62 | 0.37 |
| Hex | 24 | 2E | 9B | 4D | 46 | 0 | 27 | EB | 3E | 25 |
| Octal | 44 | 56 | 233 | 115 | 106 | 0 | 47 | 353 | 76 | 45 |
| Binary | 100100 | 101110 | 10011011 | 1001101 | 1000110 | 0 | 100111 | 11101011 | 111110 | 100101 |
Color Harmonies of #242E9B
Complementary color
Monochromatic Colors of #242E9B
Black with #242E9B
Text Example
Text Example
White with #242E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E9B; }
p { color: rgb(36,46,155); }
H1.HeaderClassName
{
color: #242E9B;
}
.AnyTagClassName
{
color: #242E9B;
}
</style>
background-color css
<style>
a { background-color: #242E9B; }
a { background-color: rgb(36,46,155); }
div.DivClassName
{
background-color: #242E9B;
}
.BgClassName
{
background-color: #242E9B;
}
</style>
border-color css
<style>
span { border-color: #242E9B; }
span { border-color: rgb(36,46,155); }
td.TdClassName
{
border-color: #242E9B;
}
.TagClassName
{
border-color: #242E9B;
}
</style>