Shades of Egyptian Blue #282EA0
Tints of Egyptian Blue #282EA0
RGB
CMYK
RGB Variations
Color information
#282EA0 (or 0x282EA0) is known color: Egyptian Blue. HEX triplet: 28, 2E and A0. RGB value is (40,46,160). Sum of RGB (Red+Green+Blue) = 40+46+160=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #282EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282EA0 is #D7D15F. Grayscale: #383838. Windows color (decimal): -14143840 or 10497576. OLE color: 10497576.
HSL color Cylindrical-coordinate representation of color #282EA0: hue angle of 237º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #282EA0 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 46 | 160 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.37 |
| HSL | 237º | 0.6% | 0.39% | - |
| HSV(B) | 237º | 0.75% | 0.63% | - |
| XYZ | 8.2 | 4.94 | 33.78 | - |
| YUV | 57.2 | 186.01 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 160 | 0.75 | 0.71 | 0 | 0.37 | 237 | 0.6 | 0.39 |
| Hex | 28 | 2E | A0 | 4B | 47 | 0 | 25 | ED | 3C | 27 |
| Octal | 50 | 56 | 240 | 113 | 107 | 0 | 45 | 355 | 74 | 47 |
| Binary | 101000 | 101110 | 10100000 | 1001011 | 1000111 | 0 | 100101 | 11101101 | 111100 | 100111 |
Color Harmonies of #282EA0
Complementary color
Monochromatic Colors of #282EA0
Black with #282EA0
Text Example
Text Example
White with #282EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282EA0; }
p { color: rgb(40,46,160); }
H1.HeaderClassName
{
color: #282EA0;
}
.AnyTagClassName
{
color: #282EA0;
}
</style>
background-color css
<style>
a { background-color: #282EA0; }
a { background-color: rgb(40,46,160); }
div.DivClassName
{
background-color: #282EA0;
}
.BgClassName
{
background-color: #282EA0;
}
</style>
border-color css
<style>
span { border-color: #282EA0; }
span { border-color: rgb(40,46,160); }
td.TdClassName
{
border-color: #282EA0;
}
.TagClassName
{
border-color: #282EA0;
}
</style>