Shades of Egyptian Blue #28389B
Tints of Egyptian Blue #28389B
RGB
CMYK
RGB Variations
Color information
#28389B (or 0x28389B) is known color: Egyptian Blue. HEX triplet: 28, 38 and 9B. RGB value is (40,56,155). Sum of RGB (Red+Green+Blue) = 40+56+155=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #28389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28389B is #D7C764. Grayscale: #3E3E3E. Windows color (decimal): -14141285 or 10172456. OLE color: 10172456.
HSL color Cylindrical-coordinate representation of color #28389B: hue angle of 231.65º 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 #28389B is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 56 | 155 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.39 |
| HSL | 231.65º | 0.59% | 0.38% | - |
| HSV(B) | 231.65º | 0.74% | 0.61% | - |
| XYZ | 8.21 | 5.65 | 31.67 | - |
| YUV | 62.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 56 | 155 | 0.74 | 0.64 | 0 | 0.39 | 231.65 | 0.59 | 0.38 |
| Hex | 28 | 38 | 9B | 4A | 40 | 0 | 27 | E8 | 3B | 26 |
| Octal | 50 | 70 | 233 | 112 | 100 | 0 | 47 | 350 | 73 | 46 |
| Binary | 101000 | 111000 | 10011011 | 1001010 | 1000000 | 0 | 100111 | 11101000 | 111011 | 100110 |
Color Harmonies of #28389B
Complementary color
Monochromatic Colors of #28389B
Black with #28389B
Text Example
Text Example
White with #28389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28389B; }
p { color: rgb(40,56,155); }
H1.HeaderClassName
{
color: #28389B;
}
.AnyTagClassName
{
color: #28389B;
}
</style>
background-color css
<style>
a { background-color: #28389B; }
a { background-color: rgb(40,56,155); }
div.DivClassName
{
background-color: #28389B;
}
.BgClassName
{
background-color: #28389B;
}
</style>
border-color css
<style>
span { border-color: #28389B; }
span { border-color: rgb(40,56,155); }
td.TdClassName
{
border-color: #28389B;
}
.TagClassName
{
border-color: #28389B;
}
</style>