Shades of Egyptian Blue #282996
Tints of Egyptian Blue #282996
RGB
CMYK
RGB Variations
Color information
#282996 (or 0x282996) is known color: Egyptian Blue. HEX triplet: 28, 29 and 96. RGB value is (40,41,150). Sum of RGB (Red+Green+Blue) = 40+41+150=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #282996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282996 is #D7D669. Grayscale: #343434. Windows color (decimal): -14145130 or 9840936. OLE color: 9840936.
HSL color Cylindrical-coordinate representation of color #282996: hue angle of 239.45º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282996 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 41 | 150 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.41 |
| HSL | 239.45º | 0.58% | 0.37% | - |
| HSV(B) | 239.45º | 0.73% | 0.59% | - |
| XYZ | 7.17 | 4.24 | 29.29 | - |
| YUV | 53.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 150 | 0.73 | 0.73 | 0 | 0.41 | 239.45 | 0.58 | 0.37 |
| Hex | 28 | 29 | 96 | 49 | 49 | 0 | 29 | EF | 3A | 25 |
| Octal | 50 | 51 | 226 | 111 | 111 | 0 | 51 | 357 | 72 | 45 |
| Binary | 101000 | 101001 | 10010110 | 1001001 | 1001001 | 0 | 101001 | 11101111 | 111010 | 100101 |
Color Harmonies of #282996
Complementary color
Monochromatic Colors of #282996
Black with #282996
Text Example
Text Example
White with #282996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282996; }
p { color: rgb(40,41,150); }
H1.HeaderClassName
{
color: #282996;
}
.AnyTagClassName
{
color: #282996;
}
</style>
background-color css
<style>
a { background-color: #282996; }
a { background-color: rgb(40,41,150); }
div.DivClassName
{
background-color: #282996;
}
.BgClassName
{
background-color: #282996;
}
</style>
border-color css
<style>
span { border-color: #282996; }
span { border-color: rgb(40,41,150); }
td.TdClassName
{
border-color: #282996;
}
.TagClassName
{
border-color: #282996;
}
</style>