Shades of Egyptian Blue #28289A
Tints of Egyptian Blue #28289A
RGB
CMYK
RGB Variations
Color information
#28289A (or 0x28289A) is known color: Egyptian Blue. HEX triplet: 28, 28 and 9A. RGB value is (40,40,154). Sum of RGB (Red+Green+Blue) = 40+40+154=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #28289A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28289A is #D7D765. Grayscale: #343434. Windows color (decimal): -14145382 or 10102824. OLE color: 10102824.
HSL color Cylindrical-coordinate representation of color #28289A: hue angle of 240º 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 #28289A is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 40 | 154 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.40 |
| HSL | 240º | 0.59% | 0.38% | - |
| HSV(B) | 240º | 0.74% | 0.6% | - |
| XYZ | 7.47 | 4.3 | 31.01 | - |
| YUV | 53 | 185 | 118.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 154 | 0.74 | 0.74 | 0 | 0.40 | 240 | 0.59 | 0.38 |
| Hex | 28 | 28 | 9A | 4A | 4A | 0 | 28 | F0 | 3B | 26 |
| Octal | 50 | 50 | 232 | 112 | 112 | 0 | 50 | 360 | 73 | 46 |
| Binary | 101000 | 101000 | 10011010 | 1001010 | 1001010 | 0 | 101000 | 11110000 | 111011 | 100110 |
Color Harmonies of #28289A
Complementary color
Monochromatic Colors of #28289A
Black with #28289A
Text Example
Text Example
White with #28289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28289A; }
p { color: rgb(40,40,154); }
H1.HeaderClassName
{
color: #28289A;
}
.AnyTagClassName
{
color: #28289A;
}
</style>
background-color css
<style>
a { background-color: #28289A; }
a { background-color: rgb(40,40,154); }
div.DivClassName
{
background-color: #28289A;
}
.BgClassName
{
background-color: #28289A;
}
</style>
border-color css
<style>
span { border-color: #28289A; }
span { border-color: rgb(40,40,154); }
td.TdClassName
{
border-color: #28289A;
}
.TagClassName
{
border-color: #28289A;
}
</style>