Shades of Egyptian Blue #2A26A3
Tints of Egyptian Blue #2A26A3
RGB
CMYK
RGB Variations
Color information
#2A26A3 (or 0x2A26A3) is known color: Egyptian Blue. HEX triplet: 2A, 26 and A3. RGB value is (42,38,163). Sum of RGB (Red+Green+Blue) = 42+38+163=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 163 (64.06% from 255 or 67.08% from 243); Max value from RGB is 163 - color contains mainly: blue. Hex color #2A26A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A26A3 is #D5D95C. Grayscale: #343434. Windows color (decimal): -14014813 or 10692138. OLE color: 10692138.
HSL color Cylindrical-coordinate representation of color #2A26A3: hue angle of 241.92º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A26A3 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 38 | 163 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.36 |
| HSL | 241.92º | 0.62% | 0.39% | - |
| HSV(B) | 241.92º | 0.77% | 0.64% | - |
| XYZ | 8.26 | 4.52 | 35.09 | - |
| YUV | 53.45 | 189.83 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 38 | 163 | 0.74 | 0.77 | 0 | 0.36 | 241.92 | 0.62 | 0.39 |
| Hex | 2A | 26 | A3 | 4A | 4D | 0 | 24 | F2 | 3E | 27 |
| Octal | 52 | 46 | 243 | 112 | 115 | 0 | 44 | 362 | 76 | 47 |
| Binary | 101010 | 100110 | 10100011 | 1001010 | 1001101 | 0 | 100100 | 11110010 | 111110 | 100111 |
Color Harmonies of #2A26A3
Complementary color
Monochromatic Colors of #2A26A3
Black with #2A26A3
Text Example
Text Example
White with #2A26A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A26A3; }
p { color: rgb(42,38,163); }
H1.HeaderClassName
{
color: #2A26A3;
}
.AnyTagClassName
{
color: #2A26A3;
}
</style>
background-color css
<style>
a { background-color: #2A26A3; }
a { background-color: rgb(42,38,163); }
div.DivClassName
{
background-color: #2A26A3;
}
.BgClassName
{
background-color: #2A26A3;
}
</style>
border-color css
<style>
span { border-color: #2A26A3; }
span { border-color: rgb(42,38,163); }
td.TdClassName
{
border-color: #2A26A3;
}
.TagClassName
{
border-color: #2A26A3;
}
</style>