Shades of Egyptian Blue #28309B
Tints of Egyptian Blue #28309B
RGB
CMYK
RGB Variations
Color information
#28309B (or 0x28309B) is known color: Egyptian Blue. HEX triplet: 28, 30 and 9B. RGB value is (40,48,155). Sum of RGB (Red+Green+Blue) = 40+48+155=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #28309B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28309B is #D7CF64. Grayscale: #393939. Windows color (decimal): -14143333 or 10170408. OLE color: 10170408.
HSL color Cylindrical-coordinate representation of color #28309B: hue angle of 235.83º 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 #28309B is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 48 | 155 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.39 |
| HSL | 235.83º | 0.59% | 0.38% | - |
| HSV(B) | 235.83º | 0.74% | 0.61% | - |
| XYZ | 7.85 | 4.93 | 31.55 | - |
| YUV | 57.81 | 182.85 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 155 | 0.74 | 0.69 | 0 | 0.39 | 235.83 | 0.59 | 0.38 |
| Hex | 28 | 30 | 9B | 4A | 45 | 0 | 27 | EC | 3B | 26 |
| Octal | 50 | 60 | 233 | 112 | 105 | 0 | 47 | 354 | 73 | 46 |
| Binary | 101000 | 110000 | 10011011 | 1001010 | 1000101 | 0 | 100111 | 11101100 | 111011 | 100110 |
Color Harmonies of #28309B
Complementary color
Monochromatic Colors of #28309B
Black with #28309B
Text Example
Text Example
White with #28309B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28309B; }
p { color: rgb(40,48,155); }
H1.HeaderClassName
{
color: #28309B;
}
.AnyTagClassName
{
color: #28309B;
}
</style>
background-color css
<style>
a { background-color: #28309B; }
a { background-color: rgb(40,48,155); }
div.DivClassName
{
background-color: #28309B;
}
.BgClassName
{
background-color: #28309B;
}
</style>
border-color css
<style>
span { border-color: #28309B; }
span { border-color: rgb(40,48,155); }
td.TdClassName
{
border-color: #28309B;
}
.TagClassName
{
border-color: #28309B;
}
</style>