Shades of Egyptian Blue #2824A4
Tints of Egyptian Blue #2824A4
RGB
CMYK
RGB Variations
Color information
#2824A4 (or 0x2824A4) is known color: Egyptian Blue. HEX triplet: 28, 24 and A4. RGB value is (40,36,164). Sum of RGB (Red+Green+Blue) = 40+36+164=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #2824A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2824A4 is #D7DB5B. Grayscale: #333333. Windows color (decimal): -14146396 or 10757160. OLE color: 10757160.
HSL color Cylindrical-coordinate representation of color #2824A4: hue angle of 241.88º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2824A4 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 36 | 164 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.36 |
| HSL | 241.88º | 0.64% | 0.39% | - |
| HSV(B) | 241.88º | 0.78% | 0.64% | - |
| XYZ | 8.21 | 4.39 | 35.54 | - |
| YUV | 51.79 | 191.33 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 164 | 0.76 | 0.78 | 0 | 0.36 | 241.88 | 0.64 | 0.39 |
| Hex | 28 | 24 | A4 | 4C | 4E | 0 | 24 | F2 | 40 | 27 |
| Octal | 50 | 44 | 244 | 114 | 116 | 0 | 44 | 362 | 100 | 47 |
| Binary | 101000 | 100100 | 10100100 | 1001100 | 1001110 | 0 | 100100 | 11110010 | 1000000 | 100111 |
Color Harmonies of #2824A4
Complementary color
Monochromatic Colors of #2824A4
Black with #2824A4
Text Example
Text Example
White with #2824A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2824A4; }
p { color: rgb(40,36,164); }
H1.HeaderClassName
{
color: #2824A4;
}
.AnyTagClassName
{
color: #2824A4;
}
</style>
background-color css
<style>
a { background-color: #2824A4; }
a { background-color: rgb(40,36,164); }
div.DivClassName
{
background-color: #2824A4;
}
.BgClassName
{
background-color: #2824A4;
}
</style>
border-color css
<style>
span { border-color: #2824A4; }
span { border-color: rgb(40,36,164); }
td.TdClassName
{
border-color: #2824A4;
}
.TagClassName
{
border-color: #2824A4;
}
</style>