Shades of Egyptian Blue #2A2DA3
Tints of Egyptian Blue #2A2DA3
RGB
CMYK
RGB Variations
Color information
#2A2DA3 (or 0x2A2DA3) is known color: Egyptian Blue. HEX triplet: 2A, 2D and A3. RGB value is (42,45,163). Sum of RGB (Red+Green+Blue) = 42+45+163=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 163 (64.06% from 255 or 65.2% from 250); Max value from RGB is 163 - color contains mainly: blue. Hex color #2A2DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2DA3 is #D5D25C. Grayscale: #393939. Windows color (decimal): -14013021 or 10693930. OLE color: 10693930.
HSL color Cylindrical-coordinate representation of color #2A2DA3: hue angle of 238.51º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A2DA3 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 42 | 45 | 163 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.36 |
| HSL | 238.51º | 0.59% | 0.4% | - |
| HSV(B) | 238.51º | 0.74% | 0.64% | - |
| XYZ | 8.5 | 5.01 | 35.17 | - |
| YUV | 57.56 | 187.51 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 163 | 0.74 | 0.72 | 0 | 0.36 | 238.51 | 0.59 | 0.4 |
| Hex | 2A | 2D | A3 | 4A | 48 | 0 | 24 | EF | 3B | 28 |
| Octal | 52 | 55 | 243 | 112 | 110 | 0 | 44 | 357 | 73 | 50 |
| Binary | 101010 | 101101 | 10100011 | 1001010 | 1001000 | 0 | 100100 | 11101111 | 111011 | 101000 |
Color Harmonies of #2A2DA3
Complementary color
Monochromatic Colors of #2A2DA3
Black with #2A2DA3
Text Example
Text Example
White with #2A2DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2DA3; }
p { color: rgb(42,45,163); }
H1.HeaderClassName
{
color: #2A2DA3;
}
.AnyTagClassName
{
color: #2A2DA3;
}
</style>
background-color css
<style>
a { background-color: #2A2DA3; }
a { background-color: rgb(42,45,163); }
div.DivClassName
{
background-color: #2A2DA3;
}
.BgClassName
{
background-color: #2A2DA3;
}
</style>
border-color css
<style>
span { border-color: #2A2DA3; }
span { border-color: rgb(42,45,163); }
td.TdClassName
{
border-color: #2A2DA3;
}
.TagClassName
{
border-color: #2A2DA3;
}
</style>