Shades of Egyptian Blue #242DA0
Tints of Egyptian Blue #242DA0
RGB
CMYK
RGB Variations
Color information
#242DA0 (or 0x242DA0) is known color: Egyptian Blue. HEX triplet: 24, 2D and A0. RGB value is (36,45,160). Sum of RGB (Red+Green+Blue) = 36+45+160=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #242DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242DA0 is #DBD25F. Grayscale: #363636. Windows color (decimal): -14406240 or 10497316. OLE color: 10497316.
HSL color Cylindrical-coordinate representation of color #242DA0: hue angle of 235.65º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242DA0 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 45 | 160 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.37 |
| HSL | 235.65º | 0.63% | 0.38% | - |
| HSV(B) | 235.65º | 0.78% | 0.63% | - |
| XYZ | 8.01 | 4.79 | 33.76 | - |
| YUV | 55.42 | 187.02 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 160 | 0.78 | 0.72 | 0 | 0.37 | 235.65 | 0.63 | 0.38 |
| Hex | 24 | 2D | A0 | 4E | 48 | 0 | 25 | EC | 3F | 26 |
| Octal | 44 | 55 | 240 | 116 | 110 | 0 | 45 | 354 | 77 | 46 |
| Binary | 100100 | 101101 | 10100000 | 1001110 | 1001000 | 0 | 100101 | 11101100 | 111111 | 100110 |
Color Harmonies of #242DA0
Complementary color
Monochromatic Colors of #242DA0
Black with #242DA0
Text Example
Text Example
White with #242DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DA0; }
p { color: rgb(36,45,160); }
H1.HeaderClassName
{
color: #242DA0;
}
.AnyTagClassName
{
color: #242DA0;
}
</style>
background-color css
<style>
a { background-color: #242DA0; }
a { background-color: rgb(36,45,160); }
div.DivClassName
{
background-color: #242DA0;
}
.BgClassName
{
background-color: #242DA0;
}
</style>
border-color css
<style>
span { border-color: #242DA0; }
span { border-color: rgb(36,45,160); }
td.TdClassName
{
border-color: #242DA0;
}
.TagClassName
{
border-color: #242DA0;
}
</style>