Shades of Egyptian Blue #2A299B
Tints of Egyptian Blue #2A299B
RGB
CMYK
RGB Variations
Color information
#2A299B (or 0x2A299B) is known color: Egyptian Blue. HEX triplet: 2A, 29 and 9B. RGB value is (42,41,155). Sum of RGB (Red+Green+Blue) = 42+41+155=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A299B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A299B is #D5D664. Grayscale: #353535. Windows color (decimal): -14014053 or 10168618. OLE color: 10168618.
HSL color Cylindrical-coordinate representation of color #2A299B: hue angle of 240.53º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A299B is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 41 | 155 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.39 |
| HSL | 240.53º | 0.58% | 0.38% | - |
| HSV(B) | 240.53º | 0.74% | 0.61% | - |
| XYZ | 7.66 | 4.44 | 31.46 | - |
| YUV | 54.3 | 184.83 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 155 | 0.73 | 0.74 | 0 | 0.39 | 240.53 | 0.58 | 0.38 |
| Hex | 2A | 29 | 9B | 49 | 4A | 0 | 27 | F1 | 3A | 26 |
| Octal | 52 | 51 | 233 | 111 | 112 | 0 | 47 | 361 | 72 | 46 |
| Binary | 101010 | 101001 | 10011011 | 1001001 | 1001010 | 0 | 100111 | 11110001 | 111010 | 100110 |
Color Harmonies of #2A299B
Complementary color
Monochromatic Colors of #2A299B
Black with #2A299B
Text Example
Text Example
White with #2A299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A299B; }
p { color: rgb(42,41,155); }
H1.HeaderClassName
{
color: #2A299B;
}
.AnyTagClassName
{
color: #2A299B;
}
</style>
background-color css
<style>
a { background-color: #2A299B; }
a { background-color: rgb(42,41,155); }
div.DivClassName
{
background-color: #2A299B;
}
.BgClassName
{
background-color: #2A299B;
}
</style>
border-color css
<style>
span { border-color: #2A299B; }
span { border-color: rgb(42,41,155); }
td.TdClassName
{
border-color: #2A299B;
}
.TagClassName
{
border-color: #2A299B;
}
</style>