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