Shades of Egyptian Blue #2839A4
Tints of Egyptian Blue #2839A4
RGB
CMYK
RGB Variations
Color information
#2839A4 (or 0x2839A4) is known color: Egyptian Blue. HEX triplet: 28, 39 and A4. RGB value is (40,57,164). Sum of RGB (Red+Green+Blue) = 40+57+164=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #2839A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2839A4 is #D7C65B. Grayscale: #3F3F3F. Windows color (decimal): -14141020 or 10762536. OLE color: 10762536.
HSL color Cylindrical-coordinate representation of color #2839A4: hue angle of 231.77º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2839A4 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 57 | 164 | - |
| CMYK | 0.76 | 0.65 | 0 | 0.36 |
| HSL | 231.77º | 0.61% | 0.4% | - |
| HSV(B) | 231.77º | 0.76% | 0.64% | - |
| XYZ | 9.04 | 6.06 | 35.81 | - |
| YUV | 64.12 | 184.37 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 164 | 0.76 | 0.65 | 0 | 0.36 | 231.77 | 0.61 | 0.4 |
| Hex | 28 | 39 | A4 | 4C | 41 | 0 | 24 | E8 | 3D | 28 |
| Octal | 50 | 71 | 244 | 114 | 101 | 0 | 44 | 350 | 75 | 50 |
| Binary | 101000 | 111001 | 10100100 | 1001100 | 1000001 | 0 | 100100 | 11101000 | 111101 | 101000 |
Color Harmonies of #2839A4
Complementary color
Monochromatic Colors of #2839A4
Black with #2839A4
Text Example
Text Example
White with #2839A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2839A4; }
p { color: rgb(40,57,164); }
H1.HeaderClassName
{
color: #2839A4;
}
.AnyTagClassName
{
color: #2839A4;
}
</style>
background-color css
<style>
a { background-color: #2839A4; }
a { background-color: rgb(40,57,164); }
div.DivClassName
{
background-color: #2839A4;
}
.BgClassName
{
background-color: #2839A4;
}
</style>
border-color css
<style>
span { border-color: #2839A4; }
span { border-color: rgb(40,57,164); }
td.TdClassName
{
border-color: #2839A4;
}
.TagClassName
{
border-color: #2839A4;
}
</style>