Shades of Egyptian Blue #2A399D
Tints of Egyptian Blue #2A399D
RGB
CMYK
RGB Variations
Color information
#2A399D (or 0x2A399D) is known color: Egyptian Blue. HEX triplet: 2A, 39 and 9D. RGB value is (42,57,157). Sum of RGB (Red+Green+Blue) = 42+57+157=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A399D is #D5C662. Grayscale: #3F3F3F. Windows color (decimal): -14009955 or 10303786. OLE color: 10303786.
HSL color Cylindrical-coordinate representation of color #2A399D: hue angle of 232.17º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A399D is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 57 | 157 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.38 |
| HSL | 232.17º | 0.58% | 0.39% | - |
| HSV(B) | 232.17º | 0.73% | 0.62% | - |
| XYZ | 8.5 | 5.85 | 32.58 | - |
| YUV | 63.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 57 | 157 | 0.73 | 0.64 | 0 | 0.38 | 232.17 | 0.58 | 0.39 |
| Hex | 2A | 39 | 9D | 49 | 40 | 0 | 26 | E8 | 3A | 27 |
| Octal | 52 | 71 | 235 | 111 | 100 | 0 | 46 | 350 | 72 | 47 |
| Binary | 101010 | 111001 | 10011101 | 1001001 | 1000000 | 0 | 100110 | 11101000 | 111010 | 100111 |
Color Harmonies of #2A399D
Complementary color
Monochromatic Colors of #2A399D
Black with #2A399D
Text Example
Text Example
White with #2A399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A399D; }
p { color: rgb(42,57,157); }
H1.HeaderClassName
{
color: #2A399D;
}
.AnyTagClassName
{
color: #2A399D;
}
</style>
background-color css
<style>
a { background-color: #2A399D; }
a { background-color: rgb(42,57,157); }
div.DivClassName
{
background-color: #2A399D;
}
.BgClassName
{
background-color: #2A399D;
}
</style>
border-color css
<style>
span { border-color: #2A399D; }
span { border-color: rgb(42,57,157); }
td.TdClassName
{
border-color: #2A399D;
}
.TagClassName
{
border-color: #2A399D;
}
</style>