Shades of Egyptian Blue #28279B
Tints of Egyptian Blue #28279B
RGB
CMYK
RGB Variations
Color information
#28279B (or 0x28279B) is known color: Egyptian Blue. HEX triplet: 28, 27 and 9B. RGB value is (40,39,155). Sum of RGB (Red+Green+Blue) = 40+39+155=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #28279B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28279B is #D7D864. Grayscale: #343434. Windows color (decimal): -14145637 or 10168104. OLE color: 10168104.
HSL color Cylindrical-coordinate representation of color #28279B: hue angle of 240.52º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28279B is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 39 | 155 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.39 |
| HSL | 240.52º | 0.6% | 0.38% | - |
| HSV(B) | 240.52º | 0.75% | 0.61% | - |
| XYZ | 7.52 | 4.27 | 31.44 | - |
| YUV | 52.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 155 | 0.74 | 0.75 | 0 | 0.39 | 240.52 | 0.6 | 0.38 |
| Hex | 28 | 27 | 9B | 4A | 4B | 0 | 27 | F1 | 3C | 26 |
| Octal | 50 | 47 | 233 | 112 | 113 | 0 | 47 | 361 | 74 | 46 |
| Binary | 101000 | 100111 | 10011011 | 1001010 | 1001011 | 0 | 100111 | 11110001 | 111100 | 100110 |
Color Harmonies of #28279B
Complementary color
Monochromatic Colors of #28279B
Black with #28279B
Text Example
Text Example
White with #28279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28279B; }
p { color: rgb(40,39,155); }
H1.HeaderClassName
{
color: #28279B;
}
.AnyTagClassName
{
color: #28279B;
}
</style>
background-color css
<style>
a { background-color: #28279B; }
a { background-color: rgb(40,39,155); }
div.DivClassName
{
background-color: #28279B;
}
.BgClassName
{
background-color: #28279B;
}
</style>
border-color css
<style>
span { border-color: #28279B; }
span { border-color: rgb(40,39,155); }
td.TdClassName
{
border-color: #28279B;
}
.TagClassName
{
border-color: #28279B;
}
</style>