Shades of Egyptian Blue #2A279E
Tints of Egyptian Blue #2A279E
RGB
CMYK
RGB Variations
Color information
#2A279E (or 0x2A279E) is known color: Egyptian Blue. HEX triplet: 2A, 27 and 9E. RGB value is (42,39,158). Sum of RGB (Red+Green+Blue) = 42+39+158=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A279E is #D5D861. Grayscale: #343434. Windows color (decimal): -14014562 or 10364714. OLE color: 10364714.
HSL color Cylindrical-coordinate representation of color #2A279E: hue angle of 241.51º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A279E is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 39 | 158 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.38 |
| HSL | 241.51º | 0.6% | 0.39% | - |
| HSV(B) | 241.51º | 0.75% | 0.62% | - |
| XYZ | 7.85 | 4.41 | 32.79 | - |
| YUV | 53.46 | 186.99 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 39 | 158 | 0.73 | 0.75 | 0 | 0.38 | 241.51 | 0.6 | 0.39 |
| Hex | 2A | 27 | 9E | 49 | 4B | 0 | 26 | F2 | 3C | 27 |
| Octal | 52 | 47 | 236 | 111 | 113 | 0 | 46 | 362 | 74 | 47 |
| Binary | 101010 | 100111 | 10011110 | 1001001 | 1001011 | 0 | 100110 | 11110010 | 111100 | 100111 |
Color Harmonies of #2A279E
Complementary color
Monochromatic Colors of #2A279E
Black with #2A279E
Text Example
Text Example
White with #2A279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A279E; }
p { color: rgb(42,39,158); }
H1.HeaderClassName
{
color: #2A279E;
}
.AnyTagClassName
{
color: #2A279E;
}
</style>
background-color css
<style>
a { background-color: #2A279E; }
a { background-color: rgb(42,39,158); }
div.DivClassName
{
background-color: #2A279E;
}
.BgClassName
{
background-color: #2A279E;
}
</style>
border-color css
<style>
span { border-color: #2A279E; }
span { border-color: rgb(42,39,158); }
td.TdClassName
{
border-color: #2A279E;
}
.TagClassName
{
border-color: #2A279E;
}
</style>