Shades of Egyptian Blue #243BA5
Tints of Egyptian Blue #243BA5
RGB
CMYK
RGB Variations
Color information
#243BA5 (or 0x243BA5) is known color: Egyptian Blue. HEX triplet: 24, 3B and A5. RGB value is (36,59,165). Sum of RGB (Red+Green+Blue) = 36+59+165=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 59 (23.44% from 255 or 22.69% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #243BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243BA5 is #DBC45A. Grayscale: #3F3F3F. Windows color (decimal): -14402651 or 10828580. OLE color: 10828580.
HSL color Cylindrical-coordinate representation of color #243BA5: hue angle of 229.3º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #243BA5 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 36 | 59 | 165 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.35 |
| HSL | 229.3º | 0.64% | 0.39% | - |
| HSV(B) | 229.3º | 0.78% | 0.65% | - |
| XYZ | 9.08 | 6.22 | 36.32 | - |
| YUV | 64.21 | 184.88 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 165 | 0.78 | 0.64 | 0 | 0.35 | 229.3 | 0.64 | 0.39 |
| Hex | 24 | 3B | A5 | 4E | 40 | 0 | 23 | E5 | 40 | 27 |
| Octal | 44 | 73 | 245 | 116 | 100 | 0 | 43 | 345 | 100 | 47 |
| Binary | 100100 | 111011 | 10100101 | 1001110 | 1000000 | 0 | 100011 | 11100101 | 1000000 | 100111 |
Color Harmonies of #243BA5
Complementary color
Monochromatic Colors of #243BA5
Black with #243BA5
Text Example
Text Example
White with #243BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243BA5; }
p { color: rgb(36,59,165); }
H1.HeaderClassName
{
color: #243BA5;
}
.AnyTagClassName
{
color: #243BA5;
}
</style>
background-color css
<style>
a { background-color: #243BA5; }
a { background-color: rgb(36,59,165); }
div.DivClassName
{
background-color: #243BA5;
}
.BgClassName
{
background-color: #243BA5;
}
</style>
border-color css
<style>
span { border-color: #243BA5; }
span { border-color: rgb(36,59,165); }
td.TdClassName
{
border-color: #243BA5;
}
.TagClassName
{
border-color: #243BA5;
}
</style>