Shades of Egyptian Blue #1E3490
Tints of Egyptian Blue #1E3490
RGB
CMYK
RGB Variations
Color information
#1E3490 (or 0x1E3490) is known color: Egyptian Blue. HEX triplet: 1E, 34 and 90. RGB value is (30,52,144). Sum of RGB (Red+Green+Blue) = 30+52+144=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #1E3490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3490 is #E1CB6F. Grayscale: #373737. Windows color (decimal): -14797680 or 9450526. OLE color: 9450526.
HSL color Cylindrical-coordinate representation of color #1E3490: hue angle of 228.42º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E3490 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 30 | 52 | 144 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.44 |
| HSL | 228.42º | 0.66% | 0.34% | - |
| HSV(B) | 228.42º | 0.79% | 0.56% | - |
| XYZ | 6.8 | 4.75 | 26.94 | - |
| YUV | 55.91 | 177.71 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 52 | 144 | 0.79 | 0.64 | 0 | 0.44 | 228.42 | 0.66 | 0.34 |
| Hex | 1E | 34 | 90 | 4F | 40 | 0 | 2C | E4 | 42 | 22 |
| Octal | 36 | 64 | 220 | 117 | 100 | 0 | 54 | 344 | 102 | 42 |
| Binary | 11110 | 110100 | 10010000 | 1001111 | 1000000 | 0 | 101100 | 11100100 | 1000010 | 100010 |
Color Harmonies of #1E3490
Complementary color
Monochromatic Colors of #1E3490
Black with #1E3490
Text Example
Text Example
White with #1E3490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3490; }
p { color: rgb(30,52,144); }
H1.HeaderClassName
{
color: #1E3490;
}
.AnyTagClassName
{
color: #1E3490;
}
</style>
background-color css
<style>
a { background-color: #1E3490; }
a { background-color: rgb(30,52,144); }
div.DivClassName
{
background-color: #1E3490;
}
.BgClassName
{
background-color: #1E3490;
}
</style>
border-color css
<style>
span { border-color: #1E3490; }
span { border-color: rgb(30,52,144); }
td.TdClassName
{
border-color: #1E3490;
}
.TagClassName
{
border-color: #1E3490;
}
</style>