Shades of Egyptian Blue #242B94
Tints of Egyptian Blue #242B94
RGB
CMYK
RGB Variations
Color information
#242B94 (or 0x242B94) is known color: Egyptian Blue. HEX triplet: 24, 2B and 94. RGB value is (36,43,148). Sum of RGB (Red+Green+Blue) = 36+43+148=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 43 (17.19% from 255 or 18.94% from 227); Blue value is 148 (58.20% from 255 or 65.20% from 227); Max value from RGB is 148 - color contains mainly: blue. Hex color #242B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B94 is #DBD46B. Grayscale: #343434. Windows color (decimal): -14406764 or 9710372. OLE color: 9710372.
HSL color Cylindrical-coordinate representation of color #242B94: hue angle of 236.25º 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 #242B94 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 43 | 148 | - |
| CMYK | 0.76 | 0.71 | 0 | 0.42 |
| HSL | 236.25º | 0.61% | 0.36% | - |
| HSV(B) | 236.25º | 0.76% | 0.58% | - |
| XYZ | 6.94 | 4.24 | 28.47 | - |
| YUV | 52.88 | 181.68 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 148 | 0.76 | 0.71 | 0 | 0.42 | 236.25 | 0.61 | 0.36 |
| Hex | 24 | 2B | 94 | 4C | 47 | 0 | 2A | EC | 3D | 24 |
| Octal | 44 | 53 | 224 | 114 | 107 | 0 | 52 | 354 | 75 | 44 |
| Binary | 100100 | 101011 | 10010100 | 1001100 | 1000111 | 0 | 101010 | 11101100 | 111101 | 100100 |
Color Harmonies of #242B94
Complementary color
Monochromatic Colors of #242B94
Black with #242B94
Text Example
Text Example
White with #242B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B94; }
p { color: rgb(36,43,148); }
H1.HeaderClassName
{
color: #242B94;
}
.AnyTagClassName
{
color: #242B94;
}
</style>
background-color css
<style>
a { background-color: #242B94; }
a { background-color: rgb(36,43,148); }
div.DivClassName
{
background-color: #242B94;
}
.BgClassName
{
background-color: #242B94;
}
</style>
border-color css
<style>
span { border-color: #242B94; }
span { border-color: rgb(36,43,148); }
td.TdClassName
{
border-color: #242B94;
}
.TagClassName
{
border-color: #242B94;
}
</style>