Shades of Egyptian Blue #28409C
Tints of Egyptian Blue #28409C
RGB
CMYK
RGB Variations
Color information
#28409C (or 0x28409C) is known color: Egyptian Blue. HEX triplet: 28, 40 and 9C. RGB value is (40,64,156). Sum of RGB (Red+Green+Blue) = 40+64+156=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #28409C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28409C is #D7BF63. Grayscale: #424242. Windows color (decimal): -14139236 or 10240040. OLE color: 10240040.
HSL color Cylindrical-coordinate representation of color #28409C: hue angle of 227.59º 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 #28409C is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 64 | 156 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.39 |
| HSL | 227.59º | 0.59% | 0.38% | - |
| HSV(B) | 227.59º | 0.74% | 0.61% | - |
| XYZ | 8.71 | 6.52 | 32.25 | - |
| YUV | 67.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 64 | 156 | 0.74 | 0.59 | 0 | 0.39 | 227.59 | 0.59 | 0.38 |
| Hex | 28 | 40 | 9C | 4A | 3B | 0 | 27 | E4 | 3B | 26 |
| Octal | 50 | 100 | 234 | 112 | 73 | 0 | 47 | 344 | 73 | 46 |
| Binary | 101000 | 1000000 | 10011100 | 1001010 | 111011 | 0 | 100111 | 11100100 | 111011 | 100110 |
Color Harmonies of #28409C
Complementary color
Monochromatic Colors of #28409C
Black with #28409C
Text Example
Text Example
White with #28409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28409C; }
p { color: rgb(40,64,156); }
H1.HeaderClassName
{
color: #28409C;
}
.AnyTagClassName
{
color: #28409C;
}
</style>
background-color css
<style>
a { background-color: #28409C; }
a { background-color: rgb(40,64,156); }
div.DivClassName
{
background-color: #28409C;
}
.BgClassName
{
background-color: #28409C;
}
</style>
border-color css
<style>
span { border-color: #28409C; }
span { border-color: rgb(40,64,156); }
td.TdClassName
{
border-color: #28409C;
}
.TagClassName
{
border-color: #28409C;
}
</style>