Shades of Egyptian Blue #28359D
Tints of Egyptian Blue #28359D
RGB
CMYK
RGB Variations
Color information
#28359D (or 0x28359D) is known color: Egyptian Blue. HEX triplet: 28, 35 and 9D. RGB value is (40,53,157). Sum of RGB (Red+Green+Blue) = 40+53+157=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #28359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28359D is #D7CA62. Grayscale: #3C3C3C. Windows color (decimal): -14142051 or 10302760. OLE color: 10302760.
HSL color Cylindrical-coordinate representation of color #28359D: hue angle of 233.33º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28359D is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 53 | 157 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.38 |
| HSL | 233.33º | 0.59% | 0.39% | - |
| HSV(B) | 233.33º | 0.75% | 0.62% | - |
| XYZ | 8.23 | 5.43 | 32.51 | - |
| YUV | 60.97 | 182.19 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 53 | 157 | 0.75 | 0.66 | 0 | 0.38 | 233.33 | 0.59 | 0.39 |
| Hex | 28 | 35 | 9D | 4B | 42 | 0 | 26 | E9 | 3B | 27 |
| Octal | 50 | 65 | 235 | 113 | 102 | 0 | 46 | 351 | 73 | 47 |
| Binary | 101000 | 110101 | 10011101 | 1001011 | 1000010 | 0 | 100110 | 11101001 | 111011 | 100111 |
Color Harmonies of #28359D
Complementary color
Monochromatic Colors of #28359D
Black with #28359D
Text Example
Text Example
White with #28359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28359D; }
p { color: rgb(40,53,157); }
H1.HeaderClassName
{
color: #28359D;
}
.AnyTagClassName
{
color: #28359D;
}
</style>
background-color css
<style>
a { background-color: #28359D; }
a { background-color: rgb(40,53,157); }
div.DivClassName
{
background-color: #28359D;
}
.BgClassName
{
background-color: #28359D;
}
</style>
border-color css
<style>
span { border-color: #28359D; }
span { border-color: rgb(40,53,157); }
td.TdClassName
{
border-color: #28359D;
}
.TagClassName
{
border-color: #28359D;
}
</style>