Shades of Egyptian Blue #28319F
Tints of Egyptian Blue #28319F
RGB
CMYK
RGB Variations
Color information
#28319F (or 0x28319F) is known color: Egyptian Blue. HEX triplet: 28, 31 and 9F. RGB value is (40,49,159). Sum of RGB (Red+Green+Blue) = 40+49+159=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 49 (19.53% from 255 or 19.76% from 248); Blue value is 159 (62.5% from 255 or 64.11% from 248); Max value from RGB is 159 - color contains mainly: blue. Hex color #28319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28319F is #D7CE60. Grayscale: #3A3A3A. Windows color (decimal): -14143073 or 10432808. OLE color: 10432808.
HSL color Cylindrical-coordinate representation of color #28319F: hue angle of 235.46º 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 #28319F is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 49 | 159 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.38 |
| HSL | 235.46º | 0.6% | 0.39% | - |
| HSV(B) | 235.46º | 0.75% | 0.62% | - |
| XYZ | 8.23 | 5.15 | 33.36 | - |
| YUV | 58.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 159 | 0.75 | 0.69 | 0 | 0.38 | 235.46 | 0.6 | 0.39 |
| Hex | 28 | 31 | 9F | 4B | 45 | 0 | 26 | EB | 3C | 27 |
| Octal | 50 | 61 | 237 | 113 | 105 | 0 | 46 | 353 | 74 | 47 |
| Binary | 101000 | 110001 | 10011111 | 1001011 | 1000101 | 0 | 100110 | 11101011 | 111100 | 100111 |
Color Harmonies of #28319F
Complementary color
Monochromatic Colors of #28319F
Black with #28319F
Text Example
Text Example
White with #28319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28319F; }
p { color: rgb(40,49,159); }
H1.HeaderClassName
{
color: #28319F;
}
.AnyTagClassName
{
color: #28319F;
}
</style>
background-color css
<style>
a { background-color: #28319F; }
a { background-color: rgb(40,49,159); }
div.DivClassName
{
background-color: #28319F;
}
.BgClassName
{
background-color: #28319F;
}
</style>
border-color css
<style>
span { border-color: #28319F; }
span { border-color: rgb(40,49,159); }
td.TdClassName
{
border-color: #28319F;
}
.TagClassName
{
border-color: #28319F;
}
</style>