Shades of Egyptian Blue #28359B
Tints of Egyptian Blue #28359B
RGB
CMYK
RGB Variations
Color information
#28359B (or 0x28359B) is known color: Egyptian Blue. HEX triplet: 28, 35 and 9B. RGB value is (40,53,155). Sum of RGB (Red+Green+Blue) = 40+53+155=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #28359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28359B is #D7CA64. Grayscale: #3C3C3C. Windows color (decimal): -14142053 or 10171688. OLE color: 10171688.
HSL color Cylindrical-coordinate representation of color #28359B: hue angle of 233.22º 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 #28359B is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 40 | 53 | 155 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.39 |
| HSL | 233.22º | 0.59% | 0.38% | - |
| HSV(B) | 233.22º | 0.74% | 0.61% | - |
| XYZ | 8.06 | 5.36 | 31.62 | - |
| YUV | 60.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 155 | 0.74 | 0.66 | 0 | 0.39 | 233.22 | 0.59 | 0.38 |
| Hex | 28 | 35 | 9B | 4A | 42 | 0 | 27 | E9 | 3B | 26 |
| Octal | 50 | 65 | 233 | 112 | 102 | 0 | 47 | 351 | 73 | 46 |
| Binary | 101000 | 110101 | 10011011 | 1001010 | 1000010 | 0 | 100111 | 11101001 | 111011 | 100110 |
Color Harmonies of #28359B
Complementary color
Monochromatic Colors of #28359B
Black with #28359B
Text Example
Text Example
White with #28359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28359B; }
p { color: rgb(40,53,155); }
H1.HeaderClassName
{
color: #28359B;
}
.AnyTagClassName
{
color: #28359B;
}
</style>
background-color css
<style>
a { background-color: #28359B; }
a { background-color: rgb(40,53,155); }
div.DivClassName
{
background-color: #28359B;
}
.BgClassName
{
background-color: #28359B;
}
</style>
border-color css
<style>
span { border-color: #28359B; }
span { border-color: rgb(40,53,155); }
td.TdClassName
{
border-color: #28359B;
}
.TagClassName
{
border-color: #28359B;
}
</style>