Shades of Egyptian Blue #2838A2
Tints of Egyptian Blue #2838A2
RGB
CMYK
RGB Variations
Color information
#2838A2 (or 0x2838A2) is known color: Egyptian Blue. HEX triplet: 28, 38 and A2. RGB value is (40,56,162). Sum of RGB (Red+Green+Blue) = 40+56+162=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #2838A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2838A2 is #D7C75D. Grayscale: #3E3E3E. Windows color (decimal): -14141278 or 10631208. OLE color: 10631208.
HSL color Cylindrical-coordinate representation of color #2838A2: hue angle of 232.13º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2838A2 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 56 | 162 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.36 |
| HSL | 232.13º | 0.6% | 0.4% | - |
| HSV(B) | 232.13º | 0.75% | 0.64% | - |
| XYZ | 8.81 | 5.89 | 34.85 | - |
| YUV | 63.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 162 | 0.75 | 0.65 | 0 | 0.36 | 232.13 | 0.6 | 0.4 |
| Hex | 28 | 38 | A2 | 4B | 41 | 0 | 24 | E8 | 3C | 28 |
| Octal | 50 | 70 | 242 | 113 | 101 | 0 | 44 | 350 | 74 | 50 |
| Binary | 101000 | 111000 | 10100010 | 1001011 | 1000001 | 0 | 100100 | 11101000 | 111100 | 101000 |
Color Harmonies of #2838A2
Complementary color
Monochromatic Colors of #2838A2
Black with #2838A2
Text Example
Text Example
White with #2838A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2838A2; }
p { color: rgb(40,56,162); }
H1.HeaderClassName
{
color: #2838A2;
}
.AnyTagClassName
{
color: #2838A2;
}
</style>
background-color css
<style>
a { background-color: #2838A2; }
a { background-color: rgb(40,56,162); }
div.DivClassName
{
background-color: #2838A2;
}
.BgClassName
{
background-color: #2838A2;
}
</style>
border-color css
<style>
span { border-color: #2838A2; }
span { border-color: rgb(40,56,162); }
td.TdClassName
{
border-color: #2838A2;
}
.TagClassName
{
border-color: #2838A2;
}
</style>