Shades of Egyptian Blue #242DA3
Tints of Egyptian Blue #242DA3
RGB
CMYK
RGB Variations
Color information
#242DA3 (or 0x242DA3) is known color: Egyptian Blue. HEX triplet: 24, 2D and A3. RGB value is (36,45,163). Sum of RGB (Red+Green+Blue) = 36+45+163=244 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.75% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 163 (64.06% from 255 or 66.80% from 244); Max value from RGB is 163 - color contains mainly: blue. Hex color #242DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242DA3 is #DBD25C. Grayscale: #373737. Windows color (decimal): -14406237 or 10693924. OLE color: 10693924.
HSL color Cylindrical-coordinate representation of color #242DA3: hue angle of 235.75º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #242DA3 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 45 | 163 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.36 |
| HSL | 235.75º | 0.64% | 0.39% | - |
| HSV(B) | 235.75º | 0.78% | 0.64% | - |
| XYZ | 8.28 | 4.9 | 35.16 | - |
| YUV | 55.76 | 188.52 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 163 | 0.78 | 0.72 | 0 | 0.36 | 235.75 | 0.64 | 0.39 |
| Hex | 24 | 2D | A3 | 4E | 48 | 0 | 24 | EC | 40 | 27 |
| Octal | 44 | 55 | 243 | 116 | 110 | 0 | 44 | 354 | 100 | 47 |
| Binary | 100100 | 101101 | 10100011 | 1001110 | 1001000 | 0 | 100100 | 11101100 | 1000000 | 100111 |
Color Harmonies of #242DA3
Complementary color
Monochromatic Colors of #242DA3
Black with #242DA3
Text Example
Text Example
White with #242DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DA3; }
p { color: rgb(36,45,163); }
H1.HeaderClassName
{
color: #242DA3;
}
.AnyTagClassName
{
color: #242DA3;
}
</style>
background-color css
<style>
a { background-color: #242DA3; }
a { background-color: rgb(36,45,163); }
div.DivClassName
{
background-color: #242DA3;
}
.BgClassName
{
background-color: #242DA3;
}
</style>
border-color css
<style>
span { border-color: #242DA3; }
span { border-color: rgb(36,45,163); }
td.TdClassName
{
border-color: #242DA3;
}
.TagClassName
{
border-color: #242DA3;
}
</style>