Shades of Egyptian Blue #2A299C
Tints of Egyptian Blue #2A299C
RGB
CMYK
RGB Variations
Color information
#2A299C (or 0x2A299C) is known color: Egyptian Blue. HEX triplet: 2A, 29 and 9C. RGB value is (42,41,156). Sum of RGB (Red+Green+Blue) = 42+41+156=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 156 (61.33% from 255 or 65.27% from 239); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A299C is #D5D663. Grayscale: #353535. Windows color (decimal): -14014052 or 10234154. OLE color: 10234154.
HSL color Cylindrical-coordinate representation of color #2A299C: hue angle of 240.52º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A299C is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 41 | 156 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.39 |
| HSL | 240.52º | 0.58% | 0.39% | - |
| HSV(B) | 240.52º | 0.74% | 0.61% | - |
| XYZ | 7.75 | 4.48 | 31.91 | - |
| YUV | 54.41 | 185.33 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 156 | 0.73 | 0.74 | 0 | 0.39 | 240.52 | 0.58 | 0.39 |
| Hex | 2A | 29 | 9C | 49 | 4A | 0 | 27 | F1 | 3A | 27 |
| Octal | 52 | 51 | 234 | 111 | 112 | 0 | 47 | 361 | 72 | 47 |
| Binary | 101010 | 101001 | 10011100 | 1001001 | 1001010 | 0 | 100111 | 11110001 | 111010 | 100111 |
Color Harmonies of #2A299C
Complementary color
Monochromatic Colors of #2A299C
Black with #2A299C
Text Example
Text Example
White with #2A299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A299C; }
p { color: rgb(42,41,156); }
H1.HeaderClassName
{
color: #2A299C;
}
.AnyTagClassName
{
color: #2A299C;
}
</style>
background-color css
<style>
a { background-color: #2A299C; }
a { background-color: rgb(42,41,156); }
div.DivClassName
{
background-color: #2A299C;
}
.BgClassName
{
background-color: #2A299C;
}
</style>
border-color css
<style>
span { border-color: #2A299C; }
span { border-color: rgb(42,41,156); }
td.TdClassName
{
border-color: #2A299C;
}
.TagClassName
{
border-color: #2A299C;
}
</style>