Shades of Egyptian Blue #2A2D9A
Tints of Egyptian Blue #2A2D9A
RGB
CMYK
RGB Variations
Color information
#2A2D9A (or 0x2A2D9A) is known color: Egyptian Blue. HEX triplet: 2A, 2D and 9A. RGB value is (42,45,154). Sum of RGB (Red+Green+Blue) = 42+45+154=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A2D9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2D9A is #D5D265. Grayscale: #383838. Windows color (decimal): -14013030 or 10104106. OLE color: 10104106.
HSL color Cylindrical-coordinate representation of color #2A2D9A: hue angle of 238.39º 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 #2A2D9A is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 45 | 154 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.40 |
| HSL | 238.39º | 0.57% | 0.38% | - |
| HSV(B) | 238.39º | 0.73% | 0.6% | - |
| XYZ | 7.73 | 4.7 | 31.07 | - |
| YUV | 56.53 | 183.01 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 154 | 0.73 | 0.71 | 0 | 0.40 | 238.39 | 0.57 | 0.38 |
| Hex | 2A | 2D | 9A | 49 | 47 | 0 | 28 | EE | 39 | 26 |
| Octal | 52 | 55 | 232 | 111 | 107 | 0 | 50 | 356 | 71 | 46 |
| Binary | 101010 | 101101 | 10011010 | 1001001 | 1000111 | 0 | 101000 | 11101110 | 111001 | 100110 |
Color Harmonies of #2A2D9A
Complementary color
Monochromatic Colors of #2A2D9A
Black with #2A2D9A
Text Example
Text Example
White with #2A2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D9A; }
p { color: rgb(42,45,154); }
H1.HeaderClassName
{
color: #2A2D9A;
}
.AnyTagClassName
{
color: #2A2D9A;
}
</style>
background-color css
<style>
a { background-color: #2A2D9A; }
a { background-color: rgb(42,45,154); }
div.DivClassName
{
background-color: #2A2D9A;
}
.BgClassName
{
background-color: #2A2D9A;
}
</style>
border-color css
<style>
span { border-color: #2A2D9A; }
span { border-color: rgb(42,45,154); }
td.TdClassName
{
border-color: #2A2D9A;
}
.TagClassName
{
border-color: #2A2D9A;
}
</style>