Shades of Egyptian Blue #243EA2
Tints of Egyptian Blue #243EA2
RGB
CMYK
RGB Variations
Color information
#243EA2 (or 0x243EA2) is known color: Egyptian Blue. HEX triplet: 24, 3E and A2. RGB value is (36,62,162). Sum of RGB (Red+Green+Blue) = 36+62+162=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 162 (63.67% from 255 or 62.31% from 260); Max value from RGB is 162 - color contains mainly: blue. Hex color #243EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243EA2 is #DBC15D. Grayscale: #414141. Windows color (decimal): -14401886 or 10632740. OLE color: 10632740.
HSL color Cylindrical-coordinate representation of color #243EA2: hue angle of 227.62º 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 #243EA2 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 62 | 162 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.36 |
| HSL | 227.62º | 0.64% | 0.39% | - |
| HSV(B) | 227.62º | 0.78% | 0.64% | - |
| XYZ | 8.97 | 6.43 | 34.95 | - |
| YUV | 65.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 62 | 162 | 0.78 | 0.62 | 0 | 0.36 | 227.62 | 0.64 | 0.39 |
| Hex | 24 | 3E | A2 | 4E | 3E | 0 | 24 | E4 | 40 | 27 |
| Octal | 44 | 76 | 242 | 116 | 76 | 0 | 44 | 344 | 100 | 47 |
| Binary | 100100 | 111110 | 10100010 | 1001110 | 111110 | 0 | 100100 | 11100100 | 1000000 | 100111 |
Color Harmonies of #243EA2
Complementary color
Monochromatic Colors of #243EA2
Black with #243EA2
Text Example
Text Example
White with #243EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243EA2; }
p { color: rgb(36,62,162); }
H1.HeaderClassName
{
color: #243EA2;
}
.AnyTagClassName
{
color: #243EA2;
}
</style>
background-color css
<style>
a { background-color: #243EA2; }
a { background-color: rgb(36,62,162); }
div.DivClassName
{
background-color: #243EA2;
}
.BgClassName
{
background-color: #243EA2;
}
</style>
border-color css
<style>
span { border-color: #243EA2; }
span { border-color: rgb(36,62,162); }
td.TdClassName
{
border-color: #243EA2;
}
.TagClassName
{
border-color: #243EA2;
}
</style>