Shades of Egyptian Blue #2A3399
Tints of Egyptian Blue #2A3399
RGB
CMYK
RGB Variations
Color information
#2A3399 (or 0x2A3399) is known color: Egyptian Blue. HEX triplet: 2A, 33 and 99. RGB value is (42,51,153). Sum of RGB (Red+Green+Blue) = 42+51+153=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A3399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3399 is #D5CC66. Grayscale: #3B3B3B. Windows color (decimal): -14011495 or 10040106. OLE color: 10040106.
HSL color Cylindrical-coordinate representation of color #2A3399: hue angle of 235.14º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A3399 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 42 | 51 | 153 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.4 |
| HSL | 235.14º | 0.57% | 0.38% | - |
| HSV(B) | 235.14º | 0.73% | 0.6% | - |
| XYZ | 7.89 | 5.16 | 30.72 | - |
| YUV | 59.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 153 | 0.73 | 0.67 | 0 | 0.4 | 235.14 | 0.57 | 0.38 |
| Hex | 2A | 33 | 99 | 49 | 43 | 0 | 28 | EB | 39 | 26 |
| Octal | 52 | 63 | 231 | 111 | 103 | 0 | 50 | 353 | 71 | 46 |
| Binary | 101010 | 110011 | 10011001 | 1001001 | 1000011 | 0 | 101000 | 11101011 | 111001 | 100110 |
Color Harmonies of #2A3399
Complementary color
Monochromatic Colors of #2A3399
Black with #2A3399
Text Example
Text Example
White with #2A3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3399; }
p { color: rgb(42,51,153); }
H1.HeaderClassName
{
color: #2A3399;
}
.AnyTagClassName
{
color: #2A3399;
}
</style>
background-color css
<style>
a { background-color: #2A3399; }
a { background-color: rgb(42,51,153); }
div.DivClassName
{
background-color: #2A3399;
}
.BgClassName
{
background-color: #2A3399;
}
</style>
border-color css
<style>
span { border-color: #2A3399; }
span { border-color: rgb(42,51,153); }
td.TdClassName
{
border-color: #2A3399;
}
.TagClassName
{
border-color: #2A3399;
}
</style>