Shades of Egyptian Blue #28389E
Tints of Egyptian Blue #28389E
RGB
CMYK
RGB Variations
Color information
#28389E (or 0x28389E) is known color: Egyptian Blue. HEX triplet: 28, 38 and 9E. RGB value is (40,56,158). Sum of RGB (Red+Green+Blue) = 40+56+158=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #28389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28389E is #D7C761. Grayscale: #3E3E3E. Windows color (decimal): -14141282 or 10369064. OLE color: 10369064.
HSL color Cylindrical-coordinate representation of color #28389E: hue angle of 231.86º 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 #28389E is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 56 | 158 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.38 |
| HSL | 231.86º | 0.6% | 0.39% | - |
| HSV(B) | 231.86º | 0.75% | 0.62% | - |
| XYZ | 8.46 | 5.75 | 33.01 | - |
| YUV | 62.84 | 181.7 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 158 | 0.75 | 0.65 | 0 | 0.38 | 231.86 | 0.6 | 0.39 |
| Hex | 28 | 38 | 9E | 4B | 41 | 0 | 26 | E8 | 3C | 27 |
| Octal | 50 | 70 | 236 | 113 | 101 | 0 | 46 | 350 | 74 | 47 |
| Binary | 101000 | 111000 | 10011110 | 1001011 | 1000001 | 0 | 100110 | 11101000 | 111100 | 100111 |
Color Harmonies of #28389E
Complementary color
Monochromatic Colors of #28389E
Black with #28389E
Text Example
Text Example
White with #28389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28389E; }
p { color: rgb(40,56,158); }
H1.HeaderClassName
{
color: #28389E;
}
.AnyTagClassName
{
color: #28389E;
}
</style>
background-color css
<style>
a { background-color: #28389E; }
a { background-color: rgb(40,56,158); }
div.DivClassName
{
background-color: #28389E;
}
.BgClassName
{
background-color: #28389E;
}
</style>
border-color css
<style>
span { border-color: #28389E; }
span { border-color: rgb(40,56,158); }
td.TdClassName
{
border-color: #28389E;
}
.TagClassName
{
border-color: #28389E;
}
</style>