Shades of Egyptian Blue #282E95
Tints of Egyptian Blue #282E95
RGB
CMYK
RGB Variations
Color information
#282E95 (or 0x282E95) is known color: Egyptian Blue. HEX triplet: 28, 2E and 95. RGB value is (40,46,149). Sum of RGB (Red+Green+Blue) = 40+46+149=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #282E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E95 is #D7D16A. Grayscale: #373737. Windows color (decimal): -14143851 or 9776680. OLE color: 9776680.
HSL color Cylindrical-coordinate representation of color #282E95: hue angle of 236.7º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #282E95 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 46 | 149 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.42 |
| HSL | 236.7º | 0.58% | 0.37% | - |
| HSV(B) | 236.7º | 0.73% | 0.58% | - |
| XYZ | 7.28 | 4.58 | 28.93 | - |
| YUV | 55.95 | 180.51 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 149 | 0.73 | 0.69 | 0 | 0.42 | 236.7 | 0.58 | 0.37 |
| Hex | 28 | 2E | 95 | 49 | 45 | 0 | 2A | ED | 3A | 25 |
| Octal | 50 | 56 | 225 | 111 | 105 | 0 | 52 | 355 | 72 | 45 |
| Binary | 101000 | 101110 | 10010101 | 1001001 | 1000101 | 0 | 101010 | 11101101 | 111010 | 100101 |
Color Harmonies of #282E95
Complementary color
Monochromatic Colors of #282E95
Black with #282E95
Text Example
Text Example
White with #282E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E95; }
p { color: rgb(40,46,149); }
H1.HeaderClassName
{
color: #282E95;
}
.AnyTagClassName
{
color: #282E95;
}
</style>
background-color css
<style>
a { background-color: #282E95; }
a { background-color: rgb(40,46,149); }
div.DivClassName
{
background-color: #282E95;
}
.BgClassName
{
background-color: #282E95;
}
</style>
border-color css
<style>
span { border-color: #282E95; }
span { border-color: rgb(40,46,149); }
td.TdClassName
{
border-color: #282E95;
}
.TagClassName
{
border-color: #282E95;
}
</style>