Shades of Egyptian Blue #28299D
Tints of Egyptian Blue #28299D
RGB
CMYK
RGB Variations
Color information
#28299D (or 0x28299D) is known color: Egyptian Blue. HEX triplet: 28, 29 and 9D. RGB value is (40,41,157). Sum of RGB (Red+Green+Blue) = 40+41+157=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #28299D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28299D is #D7D662. Grayscale: #353535. Windows color (decimal): -14145123 or 10299688. OLE color: 10299688.
HSL color Cylindrical-coordinate representation of color #28299D: hue angle of 239.49º 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 #28299D is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 41 | 157 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.38 |
| HSL | 239.49º | 0.59% | 0.39% | - |
| HSV(B) | 239.49º | 0.75% | 0.62% | - |
| XYZ | 7.75 | 4.47 | 32.35 | - |
| YUV | 53.93 | 186.17 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 157 | 0.75 | 0.74 | 0 | 0.38 | 239.49 | 0.59 | 0.39 |
| Hex | 28 | 29 | 9D | 4B | 4A | 0 | 26 | EF | 3B | 27 |
| Octal | 50 | 51 | 235 | 113 | 112 | 0 | 46 | 357 | 73 | 47 |
| Binary | 101000 | 101001 | 10011101 | 1001011 | 1001010 | 0 | 100110 | 11101111 | 111011 | 100111 |
Color Harmonies of #28299D
Complementary color
Monochromatic Colors of #28299D
Black with #28299D
Text Example
Text Example
White with #28299D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28299D; }
p { color: rgb(40,41,157); }
H1.HeaderClassName
{
color: #28299D;
}
.AnyTagClassName
{
color: #28299D;
}
</style>
background-color css
<style>
a { background-color: #28299D; }
a { background-color: rgb(40,41,157); }
div.DivClassName
{
background-color: #28299D;
}
.BgClassName
{
background-color: #28299D;
}
</style>
border-color css
<style>
span { border-color: #28299D; }
span { border-color: rgb(40,41,157); }
td.TdClassName
{
border-color: #28299D;
}
.TagClassName
{
border-color: #28299D;
}
</style>