Shades of Egyptian Blue #28289D
Tints of Egyptian Blue #28289D
RGB
CMYK
RGB Variations
Color information
#28289D (or 0x28289D) is known color: Egyptian Blue. HEX triplet: 28, 28 and 9D. RGB value is (40,40,157). Sum of RGB (Red+Green+Blue) = 40+40+157=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #28289D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28289D is #D7D762. Grayscale: #343434. Windows color (decimal): -14145379 or 10299432. OLE color: 10299432.
HSL color Cylindrical-coordinate representation of color #28289D: hue angle of 240º degrees, saturation: 0.59, 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 #28289D is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 40 | 157 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.38 |
| HSL | 240º | 0.59% | 0.39% | - |
| HSV(B) | 240º | 0.75% | 0.62% | - |
| XYZ | 7.72 | 4.4 | 32.34 | - |
| YUV | 53.34 | 186.5 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 157 | 0.75 | 0.75 | 0 | 0.38 | 240 | 0.59 | 0.39 |
| Hex | 28 | 28 | 9D | 4B | 4B | 0 | 26 | F0 | 3B | 27 |
| Octal | 50 | 50 | 235 | 113 | 113 | 0 | 46 | 360 | 73 | 47 |
| Binary | 101000 | 101000 | 10011101 | 1001011 | 1001011 | 0 | 100110 | 11110000 | 111011 | 100111 |
Color Harmonies of #28289D
Complementary color
Monochromatic Colors of #28289D
Black with #28289D
Text Example
Text Example
White with #28289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28289D; }
p { color: rgb(40,40,157); }
H1.HeaderClassName
{
color: #28289D;
}
.AnyTagClassName
{
color: #28289D;
}
</style>
background-color css
<style>
a { background-color: #28289D; }
a { background-color: rgb(40,40,157); }
div.DivClassName
{
background-color: #28289D;
}
.BgClassName
{
background-color: #28289D;
}
</style>
border-color css
<style>
span { border-color: #28289D; }
span { border-color: rgb(40,40,157); }
td.TdClassName
{
border-color: #28289D;
}
.TagClassName
{
border-color: #28289D;
}
</style>