Shades of Egyptian Blue #2A41A0
Tints of Egyptian Blue #2A41A0
RGB
CMYK
RGB Variations
Color information
#2A41A0 (or 0x2A41A0) is known color: Egyptian Blue. HEX triplet: 2A, 41 and A0. RGB value is (42,65,160). Sum of RGB (Red+Green+Blue) = 42+65+160=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #2A41A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A41A0 is #D5BE5F. Grayscale: #444444. Windows color (decimal): -14007904 or 10502442. OLE color: 10502442.
HSL color Cylindrical-coordinate representation of color #2A41A0: hue angle of 228.31º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A41A0 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 65 | 160 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.37 |
| HSL | 228.31º | 0.58% | 0.4% | - |
| HSV(B) | 228.31º | 0.74% | 0.63% | - |
| XYZ | 9.19 | 6.81 | 34.09 | - |
| YUV | 68.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 160 | 0.74 | 0.59 | 0 | 0.37 | 228.31 | 0.58 | 0.4 |
| Hex | 2A | 41 | A0 | 4A | 3B | 0 | 25 | E4 | 3A | 28 |
| Octal | 52 | 101 | 240 | 112 | 73 | 0 | 45 | 344 | 72 | 50 |
| Binary | 101010 | 1000001 | 10100000 | 1001010 | 111011 | 0 | 100101 | 11100100 | 111010 | 101000 |
Color Harmonies of #2A41A0
Complementary color
Monochromatic Colors of #2A41A0
Black with #2A41A0
Text Example
Text Example
White with #2A41A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A41A0; }
p { color: rgb(42,65,160); }
H1.HeaderClassName
{
color: #2A41A0;
}
.AnyTagClassName
{
color: #2A41A0;
}
</style>
background-color css
<style>
a { background-color: #2A41A0; }
a { background-color: rgb(42,65,160); }
div.DivClassName
{
background-color: #2A41A0;
}
.BgClassName
{
background-color: #2A41A0;
}
</style>
border-color css
<style>
span { border-color: #2A41A0; }
span { border-color: rgb(42,65,160); }
td.TdClassName
{
border-color: #2A41A0;
}
.TagClassName
{
border-color: #2A41A0;
}
</style>