Shades of Egyptian Blue #243BA6
Tints of Egyptian Blue #243BA6
RGB
CMYK
RGB Variations
Color information
#243BA6 (or 0x243BA6) is known color: Egyptian Blue. HEX triplet: 24, 3B and A6. RGB value is (36,59,166). Sum of RGB (Red+Green+Blue) = 36+59+166=261 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.79% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 166 (65.23% from 255 or 63.60% from 261); Max value from RGB is 166 - color contains mainly: blue. Hex color #243BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243BA6 is #DBC459. Grayscale: #3F3F3F. Windows color (decimal): -14402650 or 10894116. OLE color: 10894116.
HSL color Cylindrical-coordinate representation of color #243BA6: hue angle of 229.38º 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 #243BA6 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 59 | 166 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.35 |
| HSL | 229.38º | 0.64% | 0.4% | - |
| HSV(B) | 229.38º | 0.78% | 0.65% | - |
| XYZ | 9.17 | 6.26 | 36.8 | - |
| YUV | 64.32 | 185.38 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 166 | 0.78 | 0.64 | 0 | 0.35 | 229.38 | 0.64 | 0.4 |
| Hex | 24 | 3B | A6 | 4E | 40 | 0 | 23 | E5 | 40 | 28 |
| Octal | 44 | 73 | 246 | 116 | 100 | 0 | 43 | 345 | 100 | 50 |
| Binary | 100100 | 111011 | 10100110 | 1001110 | 1000000 | 0 | 100011 | 11100101 | 1000000 | 101000 |
Color Harmonies of #243BA6
Complementary color
Monochromatic Colors of #243BA6
Black with #243BA6
Text Example
Text Example
White with #243BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243BA6; }
p { color: rgb(36,59,166); }
H1.HeaderClassName
{
color: #243BA6;
}
.AnyTagClassName
{
color: #243BA6;
}
</style>
background-color css
<style>
a { background-color: #243BA6; }
a { background-color: rgb(36,59,166); }
div.DivClassName
{
background-color: #243BA6;
}
.BgClassName
{
background-color: #243BA6;
}
</style>
border-color css
<style>
span { border-color: #243BA6; }
span { border-color: rgb(36,59,166); }
td.TdClassName
{
border-color: #243BA6;
}
.TagClassName
{
border-color: #243BA6;
}
</style>