Shades of Egyptian Blue #28299F
Tints of Egyptian Blue #28299F
RGB
CMYK
RGB Variations
Color information
#28299F (or 0x28299F) is known color: Egyptian Blue. HEX triplet: 28, 29 and 9F. RGB value is (40,41,159). Sum of RGB (Red+Green+Blue) = 40+41+159=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 159 (62.5% from 255 or 66.25% from 240); Max value from RGB is 159 - color contains mainly: blue. Hex color #28299F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28299F is #D7D660. Grayscale: #353535. Windows color (decimal): -14145121 or 10430760. OLE color: 10430760.
HSL color Cylindrical-coordinate representation of color #28299F: hue angle of 239.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 #28299F is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 41 | 159 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.38 |
| HSL | 239.5º | 0.6% | 0.39% | - |
| HSV(B) | 239.5º | 0.75% | 0.62% | - |
| XYZ | 7.93 | 4.54 | 33.26 | - |
| YUV | 54.15 | 187.17 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 159 | 0.75 | 0.74 | 0 | 0.38 | 239.5 | 0.6 | 0.39 |
| Hex | 28 | 29 | 9F | 4B | 4A | 0 | 26 | EF | 3C | 27 |
| Octal | 50 | 51 | 237 | 113 | 112 | 0 | 46 | 357 | 74 | 47 |
| Binary | 101000 | 101001 | 10011111 | 1001011 | 1001010 | 0 | 100110 | 11101111 | 111100 | 100111 |
Color Harmonies of #28299F
Complementary color
Monochromatic Colors of #28299F
Black with #28299F
Text Example
Text Example
White with #28299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28299F; }
p { color: rgb(40,41,159); }
H1.HeaderClassName
{
color: #28299F;
}
.AnyTagClassName
{
color: #28299F;
}
</style>
background-color css
<style>
a { background-color: #28299F; }
a { background-color: rgb(40,41,159); }
div.DivClassName
{
background-color: #28299F;
}
.BgClassName
{
background-color: #28299F;
}
</style>
border-color css
<style>
span { border-color: #28299F; }
span { border-color: rgb(40,41,159); }
td.TdClassName
{
border-color: #28299F;
}
.TagClassName
{
border-color: #28299F;
}
</style>