Shades of Egyptian Blue #282E98
Tints of Egyptian Blue #282E98
RGB
CMYK
RGB Variations
Color information
#282E98 (or 0x282E98) is known color: Egyptian Blue. HEX triplet: 28, 2E and 98. RGB value is (40,46,152). Sum of RGB (Red+Green+Blue) = 40+46+152=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #282E98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282E98 is #D7D167. Grayscale: #373737. Windows color (decimal): -14143848 or 9973288. OLE color: 9973288.
HSL color Cylindrical-coordinate representation of color #282E98: hue angle of 236.79º degrees, saturation: 0.58, 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 #282E98 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 46 | 152 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.40 |
| HSL | 236.79º | 0.58% | 0.38% | - |
| HSV(B) | 236.79º | 0.74% | 0.6% | - |
| XYZ | 7.52 | 4.67 | 30.21 | - |
| YUV | 56.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 152 | 0.74 | 0.70 | 0 | 0.40 | 236.79 | 0.58 | 0.38 |
| Hex | 28 | 2E | 98 | 4A | 46 | 0 | 28 | ED | 3A | 26 |
| Octal | 50 | 56 | 230 | 112 | 106 | 0 | 50 | 355 | 72 | 46 |
| Binary | 101000 | 101110 | 10011000 | 1001010 | 1000110 | 0 | 101000 | 11101101 | 111010 | 100110 |
Color Harmonies of #282E98
Complementary color
Monochromatic Colors of #282E98
Black with #282E98
Text Example
Text Example
White with #282E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E98; }
p { color: rgb(40,46,152); }
H1.HeaderClassName
{
color: #282E98;
}
.AnyTagClassName
{
color: #282E98;
}
</style>
background-color css
<style>
a { background-color: #282E98; }
a { background-color: rgb(40,46,152); }
div.DivClassName
{
background-color: #282E98;
}
.BgClassName
{
background-color: #282E98;
}
</style>
border-color css
<style>
span { border-color: #282E98; }
span { border-color: rgb(40,46,152); }
td.TdClassName
{
border-color: #282E98;
}
.TagClassName
{
border-color: #282E98;
}
</style>