Shades of Egyptian Blue #242AA5
Tints of Egyptian Blue #242AA5
RGB
CMYK
RGB Variations
Color information
#242AA5 (or 0x242AA5) is known color: Egyptian Blue. HEX triplet: 24, 2A and A5. RGB value is (36,42,165). Sum of RGB (Red+Green+Blue) = 36+42+165=243 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.81% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 165 (64.84% from 255 or 67.90% from 243); Max value from RGB is 165 - color contains mainly: blue. Hex color #242AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242AA5 is #DBD55A. Grayscale: #353535. Windows color (decimal): -14407003 or 10824228. OLE color: 10824228.
HSL color Cylindrical-coordinate representation of color #242AA5: hue angle of 237.21º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #242AA5 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 42 | 165 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.35 |
| HSL | 237.21º | 0.64% | 0.39% | - |
| HSV(B) | 237.21º | 0.78% | 0.65% | - |
| XYZ | 8.35 | 4.75 | 36.07 | - |
| YUV | 54.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 165 | 0.78 | 0.75 | 0 | 0.35 | 237.21 | 0.64 | 0.39 |
| Hex | 24 | 2A | A5 | 4E | 4B | 0 | 23 | ED | 40 | 27 |
| Octal | 44 | 52 | 245 | 116 | 113 | 0 | 43 | 355 | 100 | 47 |
| Binary | 100100 | 101010 | 10100101 | 1001110 | 1001011 | 0 | 100011 | 11101101 | 1000000 | 100111 |
Color Harmonies of #242AA5
Complementary color
Monochromatic Colors of #242AA5
Black with #242AA5
Text Example
Text Example
White with #242AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AA5; }
p { color: rgb(36,42,165); }
H1.HeaderClassName
{
color: #242AA5;
}
.AnyTagClassName
{
color: #242AA5;
}
</style>
background-color css
<style>
a { background-color: #242AA5; }
a { background-color: rgb(36,42,165); }
div.DivClassName
{
background-color: #242AA5;
}
.BgClassName
{
background-color: #242AA5;
}
</style>
border-color css
<style>
span { border-color: #242AA5; }
span { border-color: rgb(36,42,165); }
td.TdClassName
{
border-color: #242AA5;
}
.TagClassName
{
border-color: #242AA5;
}
</style>