Shades of Egyptian Blue #28349E
Tints of Egyptian Blue #28349E
RGB
CMYK
RGB Variations
Color information
#28349E (or 0x28349E) is known color: Egyptian Blue. HEX triplet: 28, 34 and 9E. RGB value is (40,52,158). Sum of RGB (Red+Green+Blue) = 40+52+158=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #28349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28349E is #D7CB61. Grayscale: #3C3C3C. Windows color (decimal): -14142306 or 10368040. OLE color: 10368040.
HSL color Cylindrical-coordinate representation of color #28349E: hue angle of 233.9º degrees, saturation: 0.6, 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 #28349E is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 40 | 52 | 158 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.38 |
| HSL | 233.9º | 0.6% | 0.39% | - |
| HSV(B) | 233.9º | 0.75% | 0.62% | - |
| XYZ | 8.27 | 5.38 | 32.95 | - |
| YUV | 60.5 | 183.02 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 158 | 0.75 | 0.67 | 0 | 0.38 | 233.9 | 0.6 | 0.39 |
| Hex | 28 | 34 | 9E | 4B | 43 | 0 | 26 | EA | 3C | 27 |
| Octal | 50 | 64 | 236 | 113 | 103 | 0 | 46 | 352 | 74 | 47 |
| Binary | 101000 | 110100 | 10011110 | 1001011 | 1000011 | 0 | 100110 | 11101010 | 111100 | 100111 |
Color Harmonies of #28349E
Complementary color
Monochromatic Colors of #28349E
Black with #28349E
Text Example
Text Example
White with #28349E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28349E; }
p { color: rgb(40,52,158); }
H1.HeaderClassName
{
color: #28349E;
}
.AnyTagClassName
{
color: #28349E;
}
</style>
background-color css
<style>
a { background-color: #28349E; }
a { background-color: rgb(40,52,158); }
div.DivClassName
{
background-color: #28349E;
}
.BgClassName
{
background-color: #28349E;
}
</style>
border-color css
<style>
span { border-color: #28349E; }
span { border-color: rgb(40,52,158); }
td.TdClassName
{
border-color: #28349E;
}
.TagClassName
{
border-color: #28349E;
}
</style>