Shades of Egyptian Blue #282A95
Tints of Egyptian Blue #282A95
RGB
CMYK
RGB Variations
Color information
#282A95 (or 0x282A95) is known color: Egyptian Blue. HEX triplet: 28, 2A and 95. RGB value is (40,42,149). Sum of RGB (Red+Green+Blue) = 40+42+149=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #282A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282A95 is #D7D56A. Grayscale: #353535. Windows color (decimal): -14144875 or 9775656. OLE color: 9775656.
HSL color Cylindrical-coordinate representation of color #282A95: hue angle of 238.9º 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 #282A95 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 40 | 42 | 149 | - |
| CMYK | 0.73 | 0.72 | 0 | 0.42 |
| HSL | 238.9º | 0.58% | 0.37% | - |
| HSV(B) | 238.9º | 0.73% | 0.58% | - |
| XYZ | 7.13 | 4.28 | 28.88 | - |
| YUV | 53.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 42 | 149 | 0.73 | 0.72 | 0 | 0.42 | 238.9 | 0.58 | 0.37 |
| Hex | 28 | 2A | 95 | 49 | 48 | 0 | 2A | EF | 3A | 25 |
| Octal | 50 | 52 | 225 | 111 | 110 | 0 | 52 | 357 | 72 | 45 |
| Binary | 101000 | 101010 | 10010101 | 1001001 | 1001000 | 0 | 101010 | 11101111 | 111010 | 100101 |
Color Harmonies of #282A95
Complementary color
Monochromatic Colors of #282A95
Black with #282A95
Text Example
Text Example
White with #282A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282A95; }
p { color: rgb(40,42,149); }
H1.HeaderClassName
{
color: #282A95;
}
.AnyTagClassName
{
color: #282A95;
}
</style>
background-color css
<style>
a { background-color: #282A95; }
a { background-color: rgb(40,42,149); }
div.DivClassName
{
background-color: #282A95;
}
.BgClassName
{
background-color: #282A95;
}
</style>
border-color css
<style>
span { border-color: #282A95; }
span { border-color: rgb(40,42,149); }
td.TdClassName
{
border-color: #282A95;
}
.TagClassName
{
border-color: #282A95;
}
</style>