Shades of Egyptian Blue #28319A
Tints of Egyptian Blue #28319A
RGB
CMYK
RGB Variations
Color information
#28319A (or 0x28319A) is known color: Egyptian Blue. HEX triplet: 28, 31 and 9A. RGB value is (40,49,154). Sum of RGB (Red+Green+Blue) = 40+49+154=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 154 (60.55% from 255 or 63.37% from 243); Max value from RGB is 154 - color contains mainly: blue. Hex color #28319A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28319A is #D7CE65. Grayscale: #393939. Windows color (decimal): -14143078 or 10105128. OLE color: 10105128.
HSL color Cylindrical-coordinate representation of color #28319A: hue angle of 235.26º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28319A is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 40 | 49 | 154 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.40 |
| HSL | 235.26º | 0.59% | 0.38% | - |
| HSV(B) | 235.26º | 0.74% | 0.6% | - |
| XYZ | 7.81 | 4.98 | 31.12 | - |
| YUV | 58.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 154 | 0.74 | 0.68 | 0 | 0.40 | 235.26 | 0.59 | 0.38 |
| Hex | 28 | 31 | 9A | 4A | 44 | 0 | 28 | EB | 3B | 26 |
| Octal | 50 | 61 | 232 | 112 | 104 | 0 | 50 | 353 | 73 | 46 |
| Binary | 101000 | 110001 | 10011010 | 1001010 | 1000100 | 0 | 101000 | 11101011 | 111011 | 100110 |
Color Harmonies of #28319A
Complementary color
Monochromatic Colors of #28319A
Black with #28319A
Text Example
Text Example
White with #28319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28319A; }
p { color: rgb(40,49,154); }
H1.HeaderClassName
{
color: #28319A;
}
.AnyTagClassName
{
color: #28319A;
}
</style>
background-color css
<style>
a { background-color: #28319A; }
a { background-color: rgb(40,49,154); }
div.DivClassName
{
background-color: #28319A;
}
.BgClassName
{
background-color: #28319A;
}
</style>
border-color css
<style>
span { border-color: #28319A; }
span { border-color: rgb(40,49,154); }
td.TdClassName
{
border-color: #28319A;
}
.TagClassName
{
border-color: #28319A;
}
</style>