Shades of Egyptian Blue #282E99
Tints of Egyptian Blue #282E99
RGB
CMYK
RGB Variations
Color information
#282E99 (or 0x282E99) is known color: Egyptian Blue. HEX triplet: 28, 2E and 99. RGB value is (40,46,153). Sum of RGB (Red+Green+Blue) = 40+46+153=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #282E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E99 is #D7D166. Grayscale: #373737. Windows color (decimal): -14143847 or 10038824. OLE color: 10038824.
HSL color Cylindrical-coordinate representation of color #282E99: hue angle of 236.81º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282E99 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 40 | 46 | 153 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.4 |
| HSL | 236.81º | 0.59% | 0.38% | - |
| HSV(B) | 236.81º | 0.74% | 0.6% | - |
| XYZ | 7.6 | 4.71 | 30.64 | - |
| YUV | 56.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 153 | 0.74 | 0.70 | 0 | 0.4 | 236.81 | 0.59 | 0.38 |
| Hex | 28 | 2E | 99 | 4A | 46 | 0 | 28 | ED | 3B | 26 |
| Octal | 50 | 56 | 231 | 112 | 106 | 0 | 50 | 355 | 73 | 46 |
| Binary | 101000 | 101110 | 10011001 | 1001010 | 1000110 | 0 | 101000 | 11101101 | 111011 | 100110 |
Color Harmonies of #282E99
Complementary color
Monochromatic Colors of #282E99
Black with #282E99
Text Example
Text Example
White with #282E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E99; }
p { color: rgb(40,46,153); }
H1.HeaderClassName
{
color: #282E99;
}
.AnyTagClassName
{
color: #282E99;
}
</style>
background-color css
<style>
a { background-color: #282E99; }
a { background-color: rgb(40,46,153); }
div.DivClassName
{
background-color: #282E99;
}
.BgClassName
{
background-color: #282E99;
}
</style>
border-color css
<style>
span { border-color: #282E99; }
span { border-color: rgb(40,46,153); }
td.TdClassName
{
border-color: #282E99;
}
.TagClassName
{
border-color: #282E99;
}
</style>