Shades of Egyptian Blue #2439A0
Tints of Egyptian Blue #2439A0
RGB
CMYK
RGB Variations
Color information
#2439A0 (or 0x2439A0) is known color: Egyptian Blue. HEX triplet: 24, 39 and A0. RGB value is (36,57,160). Sum of RGB (Red+Green+Blue) = 36+57+160=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #2439A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2439A0 is #DBC65F. Grayscale: #3E3E3E. Windows color (decimal): -14403168 or 10500388. OLE color: 10500388.
HSL color Cylindrical-coordinate representation of color #2439A0: hue angle of 229.84º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2439A0 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 36 | 57 | 160 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.37 |
| HSL | 229.84º | 0.63% | 0.38% | - |
| HSV(B) | 229.84º | 0.78% | 0.63% | - |
| XYZ | 8.54 | 5.84 | 33.93 | - |
| YUV | 62.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 57 | 160 | 0.78 | 0.64 | 0 | 0.37 | 229.84 | 0.63 | 0.38 |
| Hex | 24 | 39 | A0 | 4E | 40 | 0 | 25 | E6 | 3F | 26 |
| Octal | 44 | 71 | 240 | 116 | 100 | 0 | 45 | 346 | 77 | 46 |
| Binary | 100100 | 111001 | 10100000 | 1001110 | 1000000 | 0 | 100101 | 11100110 | 111111 | 100110 |
Color Harmonies of #2439A0
Complementary color
Monochromatic Colors of #2439A0
Black with #2439A0
Text Example
Text Example
White with #2439A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2439A0; }
p { color: rgb(36,57,160); }
H1.HeaderClassName
{
color: #2439A0;
}
.AnyTagClassName
{
color: #2439A0;
}
</style>
background-color css
<style>
a { background-color: #2439A0; }
a { background-color: rgb(36,57,160); }
div.DivClassName
{
background-color: #2439A0;
}
.BgClassName
{
background-color: #2439A0;
}
</style>
border-color css
<style>
span { border-color: #2439A0; }
span { border-color: rgb(36,57,160); }
td.TdClassName
{
border-color: #2439A0;
}
.TagClassName
{
border-color: #2439A0;
}
</style>