Shades of Egyptian Blue #2822A5
Tints of Egyptian Blue #2822A5
RGB
CMYK
RGB Variations
Color information
#2822A5 (or 0x2822A5) is known color: Egyptian Blue. HEX triplet: 28, 22 and A5. RGB value is (40,34,165). Sum of RGB (Red+Green+Blue) = 40+34+165=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 165 (64.84% from 255 or 69.04% from 239); Max value from RGB is 165 - color contains mainly: blue. Hex color #2822A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2822A5 is #D7DD5A. Grayscale: #323232. Windows color (decimal): -14146907 or 10822184. OLE color: 10822184.
HSL color Cylindrical-coordinate representation of color #2822A5: hue angle of 242.75º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2822A5 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 34 | 165 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.35 |
| HSL | 242.75º | 0.66% | 0.39% | - |
| HSV(B) | 242.75º | 0.79% | 0.65% | - |
| XYZ | 8.24 | 4.31 | 36 | - |
| YUV | 50.73 | 192.49 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 34 | 165 | 0.76 | 0.79 | 0 | 0.35 | 242.75 | 0.66 | 0.39 |
| Hex | 28 | 22 | A5 | 4C | 4F | 0 | 23 | F3 | 42 | 27 |
| Octal | 50 | 42 | 245 | 114 | 117 | 0 | 43 | 363 | 102 | 47 |
| Binary | 101000 | 100010 | 10100101 | 1001100 | 1001111 | 0 | 100011 | 11110011 | 1000010 | 100111 |
Color Harmonies of #2822A5
Complementary color
Monochromatic Colors of #2822A5
Black with #2822A5
Text Example
Text Example
White with #2822A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2822A5; }
p { color: rgb(40,34,165); }
H1.HeaderClassName
{
color: #2822A5;
}
.AnyTagClassName
{
color: #2822A5;
}
</style>
background-color css
<style>
a { background-color: #2822A5; }
a { background-color: rgb(40,34,165); }
div.DivClassName
{
background-color: #2822A5;
}
.BgClassName
{
background-color: #2822A5;
}
</style>
border-color css
<style>
span { border-color: #2822A5; }
span { border-color: rgb(40,34,165); }
td.TdClassName
{
border-color: #2822A5;
}
.TagClassName
{
border-color: #2822A5;
}
</style>