Shades of Egyptian Blue #28279E
Tints of Egyptian Blue #28279E
RGB
CMYK
RGB Variations
Color information
#28279E (or 0x28279E) is known color: Egyptian Blue. HEX triplet: 28, 27 and 9E. RGB value is (40,39,158). Sum of RGB (Red+Green+Blue) = 40+39+158=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 39 (15.62% from 255 or 16.46% from 237); Blue value is 158 (62.11% from 255 or 66.67% from 237); Max value from RGB is 158 - color contains mainly: blue. Hex color #28279E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28279E is #D7D861. Grayscale: #343434. Windows color (decimal): -14145634 or 10364712. OLE color: 10364712.
HSL color Cylindrical-coordinate representation of color #28279E: hue angle of 240.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28279E is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 39 | 158 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.38 |
| HSL | 240.5º | 0.6% | 0.39% | - |
| HSV(B) | 240.5º | 0.75% | 0.62% | - |
| XYZ | 7.77 | 4.37 | 32.78 | - |
| YUV | 52.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 158 | 0.75 | 0.75 | 0 | 0.38 | 240.5 | 0.6 | 0.39 |
| Hex | 28 | 27 | 9E | 4B | 4B | 0 | 26 | F1 | 3C | 27 |
| Octal | 50 | 47 | 236 | 113 | 113 | 0 | 46 | 361 | 74 | 47 |
| Binary | 101000 | 100111 | 10011110 | 1001011 | 1001011 | 0 | 100110 | 11110001 | 111100 | 100111 |
Color Harmonies of #28279E
Complementary color
Monochromatic Colors of #28279E
Black with #28279E
Text Example
Text Example
White with #28279E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28279E; }
p { color: rgb(40,39,158); }
H1.HeaderClassName
{
color: #28279E;
}
.AnyTagClassName
{
color: #28279E;
}
</style>
background-color css
<style>
a { background-color: #28279E; }
a { background-color: rgb(40,39,158); }
div.DivClassName
{
background-color: #28279E;
}
.BgClassName
{
background-color: #28279E;
}
</style>
border-color css
<style>
span { border-color: #28279E; }
span { border-color: rgb(40,39,158); }
td.TdClassName
{
border-color: #28279E;
}
.TagClassName
{
border-color: #28279E;
}
</style>