Shades of Egyptian Blue #243AA6
Tints of Egyptian Blue #243AA6
RGB
CMYK
RGB Variations
Color information
#243AA6 (or 0x243AA6) is known color: Egyptian Blue. HEX triplet: 24, 3A and A6. RGB value is (36,58,166). Sum of RGB (Red+Green+Blue) = 36+58+166=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 166 (65.23% from 255 or 63.85% from 260); Max value from RGB is 166 - color contains mainly: blue. Hex color #243AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243AA6 is #DBC559. Grayscale: #3F3F3F. Windows color (decimal): -14402906 or 10893860. OLE color: 10893860.
HSL color Cylindrical-coordinate representation of color #243AA6: hue angle of 229.85º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #243AA6 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 58 | 166 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.35 |
| HSL | 229.85º | 0.64% | 0.4% | - |
| HSV(B) | 229.85º | 0.78% | 0.65% | - |
| XYZ | 9.12 | 6.15 | 36.78 | - |
| YUV | 63.73 | 185.71 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 58 | 166 | 0.78 | 0.65 | 0 | 0.35 | 229.85 | 0.64 | 0.4 |
| Hex | 24 | 3A | A6 | 4E | 41 | 0 | 23 | E6 | 40 | 28 |
| Octal | 44 | 72 | 246 | 116 | 101 | 0 | 43 | 346 | 100 | 50 |
| Binary | 100100 | 111010 | 10100110 | 1001110 | 1000001 | 0 | 100011 | 11100110 | 1000000 | 101000 |
Color Harmonies of #243AA6
Complementary color
Monochromatic Colors of #243AA6
Black with #243AA6
Text Example
Text Example
White with #243AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243AA6; }
p { color: rgb(36,58,166); }
H1.HeaderClassName
{
color: #243AA6;
}
.AnyTagClassName
{
color: #243AA6;
}
</style>
background-color css
<style>
a { background-color: #243AA6; }
a { background-color: rgb(36,58,166); }
div.DivClassName
{
background-color: #243AA6;
}
.BgClassName
{
background-color: #243AA6;
}
</style>
border-color css
<style>
span { border-color: #243AA6; }
span { border-color: rgb(36,58,166); }
td.TdClassName
{
border-color: #243AA6;
}
.TagClassName
{
border-color: #243AA6;
}
</style>