Shades of Egyptian Blue #243B9A
Tints of Egyptian Blue #243B9A
RGB
CMYK
RGB Variations
Color information
#243B9A (or 0x243B9A) is known color: Egyptian Blue. HEX triplet: 24, 3B and 9A. RGB value is (36,59,154). Sum of RGB (Red+Green+Blue) = 36+59+154=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #243B9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243B9A is #DBC465. Grayscale: #3E3E3E. Windows color (decimal): -14402662 or 10107684. OLE color: 10107684.
HSL color Cylindrical-coordinate representation of color #243B9A: hue angle of 228.31º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #243B9A is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 36 | 59 | 154 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.40 |
| HSL | 228.31º | 0.62% | 0.37% | - |
| HSV(B) | 228.31º | 0.77% | 0.6% | - |
| XYZ | 8.12 | 5.84 | 31.27 | - |
| YUV | 62.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 154 | 0.77 | 0.62 | 0 | 0.40 | 228.31 | 0.62 | 0.37 |
| Hex | 24 | 3B | 9A | 4D | 3E | 0 | 28 | E4 | 3E | 25 |
| Octal | 44 | 73 | 232 | 115 | 76 | 0 | 50 | 344 | 76 | 45 |
| Binary | 100100 | 111011 | 10011010 | 1001101 | 111110 | 0 | 101000 | 11100100 | 111110 | 100101 |
Color Harmonies of #243B9A
Complementary color
Monochromatic Colors of #243B9A
Black with #243B9A
Text Example
Text Example
White with #243B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B9A; }
p { color: rgb(36,59,154); }
H1.HeaderClassName
{
color: #243B9A;
}
.AnyTagClassName
{
color: #243B9A;
}
</style>
background-color css
<style>
a { background-color: #243B9A; }
a { background-color: rgb(36,59,154); }
div.DivClassName
{
background-color: #243B9A;
}
.BgClassName
{
background-color: #243B9A;
}
</style>
border-color css
<style>
span { border-color: #243B9A; }
span { border-color: rgb(36,59,154); }
td.TdClassName
{
border-color: #243B9A;
}
.TagClassName
{
border-color: #243B9A;
}
</style>