Shades of Egyptian Blue #282897
Tints of Egyptian Blue #282897
RGB
CMYK
RGB Variations
Color information
#282897 (or 0x282897) is known color: Egyptian Blue. HEX triplet: 28, 28 and 97. RGB value is (40,40,151). Sum of RGB (Red+Green+Blue) = 40+40+151=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #282897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282897 is #D7D768. Grayscale: #343434. Windows color (decimal): -14145385 or 9906216. OLE color: 9906216.
HSL color Cylindrical-coordinate representation of color #282897: hue angle of 240º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #282897 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 40 | 40 | 151 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.41 |
| HSL | 240º | 0.58% | 0.37% | - |
| HSV(B) | 240º | 0.74% | 0.59% | - |
| XYZ | 7.22 | 4.2 | 29.71 | - |
| YUV | 52.65 | 183.5 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 151 | 0.74 | 0.74 | 0 | 0.41 | 240 | 0.58 | 0.37 |
| Hex | 28 | 28 | 97 | 4A | 4A | 0 | 29 | F0 | 3A | 25 |
| Octal | 50 | 50 | 227 | 112 | 112 | 0 | 51 | 360 | 72 | 45 |
| Binary | 101000 | 101000 | 10010111 | 1001010 | 1001010 | 0 | 101001 | 11110000 | 111010 | 100101 |
Color Harmonies of #282897
Complementary color
Monochromatic Colors of #282897
Black with #282897
Text Example
Text Example
White with #282897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282897; }
p { color: rgb(40,40,151); }
H1.HeaderClassName
{
color: #282897;
}
.AnyTagClassName
{
color: #282897;
}
</style>
background-color css
<style>
a { background-color: #282897; }
a { background-color: rgb(40,40,151); }
div.DivClassName
{
background-color: #282897;
}
.BgClassName
{
background-color: #282897;
}
</style>
border-color css
<style>
span { border-color: #282897; }
span { border-color: rgb(40,40,151); }
td.TdClassName
{
border-color: #282897;
}
.TagClassName
{
border-color: #282897;
}
</style>