Shades of Egyptian Blue #243AA2
Tints of Egyptian Blue #243AA2
RGB
CMYK
RGB Variations
Color information
#243AA2 (or 0x243AA2) is known color: Egyptian Blue. HEX triplet: 24, 3A and A2. RGB value is (36,58,162). Sum of RGB (Red+Green+Blue) = 36+58+162=256 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.06% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 162 (63.67% from 255 or 63.28% from 256); Max value from RGB is 162 - color contains mainly: blue. Hex color #243AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243AA2 is #DBC55D. Grayscale: #3E3E3E. Windows color (decimal): -14402910 or 10631716. OLE color: 10631716.
HSL color Cylindrical-coordinate representation of color #243AA2: hue angle of 229.52º 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 #243AA2 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 36 | 58 | 162 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.36 |
| HSL | 229.52º | 0.64% | 0.39% | - |
| HSV(B) | 229.52º | 0.78% | 0.64% | - |
| XYZ | 8.76 | 6.01 | 34.88 | - |
| YUV | 63.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 162 | 0.78 | 0.64 | 0 | 0.36 | 229.52 | 0.64 | 0.39 |
| Hex | 24 | 3A | A2 | 4E | 40 | 0 | 24 | E6 | 40 | 27 |
| Octal | 44 | 72 | 242 | 116 | 100 | 0 | 44 | 346 | 100 | 47 |
| Binary | 100100 | 111010 | 10100010 | 1001110 | 1000000 | 0 | 100100 | 11100110 | 1000000 | 100111 |
Color Harmonies of #243AA2
Complementary color
Monochromatic Colors of #243AA2
Black with #243AA2
Text Example
Text Example
White with #243AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243AA2; }
p { color: rgb(36,58,162); }
H1.HeaderClassName
{
color: #243AA2;
}
.AnyTagClassName
{
color: #243AA2;
}
</style>
background-color css
<style>
a { background-color: #243AA2; }
a { background-color: rgb(36,58,162); }
div.DivClassName
{
background-color: #243AA2;
}
.BgClassName
{
background-color: #243AA2;
}
</style>
border-color css
<style>
span { border-color: #243AA2; }
span { border-color: rgb(36,58,162); }
td.TdClassName
{
border-color: #243AA2;
}
.TagClassName
{
border-color: #243AA2;
}
</style>