Shades of Egyptian Blue #28289C
Tints of Egyptian Blue #28289C
RGB
CMYK
RGB Variations
Color information
#28289C (or 0x28289C) is known color: Egyptian Blue. HEX triplet: 28, 28 and 9C. RGB value is (40,40,156). Sum of RGB (Red+Green+Blue) = 40+40+156=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #28289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28289C is #D7D763. Grayscale: #343434. Windows color (decimal): -14145380 or 10233896. OLE color: 10233896.
HSL color Cylindrical-coordinate representation of color #28289C: hue angle of 240º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28289C is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 40 | 156 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.39 |
| HSL | 240º | 0.59% | 0.38% | - |
| HSV(B) | 240º | 0.74% | 0.61% | - |
| XYZ | 7.63 | 4.37 | 31.89 | - |
| YUV | 53.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 156 | 0.74 | 0.74 | 0 | 0.39 | 240 | 0.59 | 0.38 |
| Hex | 28 | 28 | 9C | 4A | 4A | 0 | 27 | F0 | 3B | 26 |
| Octal | 50 | 50 | 234 | 112 | 112 | 0 | 47 | 360 | 73 | 46 |
| Binary | 101000 | 101000 | 10011100 | 1001010 | 1001010 | 0 | 100111 | 11110000 | 111011 | 100110 |
Color Harmonies of #28289C
Complementary color
Monochromatic Colors of #28289C
Black with #28289C
Text Example
Text Example
White with #28289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28289C; }
p { color: rgb(40,40,156); }
H1.HeaderClassName
{
color: #28289C;
}
.AnyTagClassName
{
color: #28289C;
}
</style>
background-color css
<style>
a { background-color: #28289C; }
a { background-color: rgb(40,40,156); }
div.DivClassName
{
background-color: #28289C;
}
.BgClassName
{
background-color: #28289C;
}
</style>
border-color css
<style>
span { border-color: #28289C; }
span { border-color: rgb(40,40,156); }
td.TdClassName
{
border-color: #28289C;
}
.TagClassName
{
border-color: #28289C;
}
</style>