Shades of Egyptian Blue #28299A
Tints of Egyptian Blue #28299A
RGB
CMYK
RGB Variations
Color information
#28299A (or 0x28299A) is known color: Egyptian Blue. HEX triplet: 28, 29 and 9A. RGB value is (40,41,154). Sum of RGB (Red+Green+Blue) = 40+41+154=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #28299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28299A is #D7D665. Grayscale: #353535. Windows color (decimal): -14145126 or 10103080. OLE color: 10103080.
HSL color Cylindrical-coordinate representation of color #28299A: hue angle of 239.47º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28299A is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 41 | 154 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.40 |
| HSL | 239.47º | 0.59% | 0.38% | - |
| HSV(B) | 239.47º | 0.74% | 0.6% | - |
| XYZ | 7.5 | 4.37 | 31.02 | - |
| YUV | 53.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 41 | 154 | 0.74 | 0.73 | 0 | 0.40 | 239.47 | 0.59 | 0.38 |
| Hex | 28 | 29 | 9A | 4A | 49 | 0 | 28 | EF | 3B | 26 |
| Octal | 50 | 51 | 232 | 112 | 111 | 0 | 50 | 357 | 73 | 46 |
| Binary | 101000 | 101001 | 10011010 | 1001010 | 1001001 | 0 | 101000 | 11101111 | 111011 | 100110 |
Color Harmonies of #28299A
Complementary color
Monochromatic Colors of #28299A
Black with #28299A
Text Example
Text Example
White with #28299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28299A; }
p { color: rgb(40,41,154); }
H1.HeaderClassName
{
color: #28299A;
}
.AnyTagClassName
{
color: #28299A;
}
</style>
background-color css
<style>
a { background-color: #28299A; }
a { background-color: rgb(40,41,154); }
div.DivClassName
{
background-color: #28299A;
}
.BgClassName
{
background-color: #28299A;
}
</style>
border-color css
<style>
span { border-color: #28299A; }
span { border-color: rgb(40,41,154); }
td.TdClassName
{
border-color: #28299A;
}
.TagClassName
{
border-color: #28299A;
}
</style>