Shades of Egyptian Blue #2D319E
Tints of Egyptian Blue #2D319E
RGB
CMYK
RGB Variations
Color information
#2D319E (or 0x2D319E) is known color: Egyptian Blue. HEX triplet: 2D, 31 and 9E. RGB value is (45,49,158). Sum of RGB (Red+Green+Blue) = 45+49+158=252 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.86% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D319E is #D2CE61. Grayscale: #3B3B3B. Windows color (decimal): -13815394 or 10367277. OLE color: 10367277.
HSL color Cylindrical-coordinate representation of color #2D319E: hue angle of 237.88º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D319E is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 49 | 158 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.38 |
| HSL | 237.88º | 0.56% | 0.4% | - |
| HSV(B) | 237.88º | 0.72% | 0.62% | - |
| XYZ | 8.35 | 5.22 | 32.92 | - |
| YUV | 60.23 | 183.17 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 158 | 0.72 | 0.69 | 0 | 0.38 | 237.88 | 0.56 | 0.4 |
| Hex | 2D | 31 | 9E | 48 | 45 | 0 | 26 | EE | 38 | 28 |
| Octal | 55 | 61 | 236 | 110 | 105 | 0 | 46 | 356 | 70 | 50 |
| Binary | 101101 | 110001 | 10011110 | 1001000 | 1000101 | 0 | 100110 | 11101110 | 111000 | 101000 |
Color Harmonies of #2D319E
Complementary color
Monochromatic Colors of #2D319E
Black with #2D319E
Text Example
Text Example
White with #2D319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D319E; }
p { color: rgb(45,49,158); }
H1.HeaderClassName
{
color: #2D319E;
}
.AnyTagClassName
{
color: #2D319E;
}
</style>
background-color css
<style>
a { background-color: #2D319E; }
a { background-color: rgb(45,49,158); }
div.DivClassName
{
background-color: #2D319E;
}
.BgClassName
{
background-color: #2D319E;
}
</style>
border-color css
<style>
span { border-color: #2D319E; }
span { border-color: rgb(45,49,158); }
td.TdClassName
{
border-color: #2D319E;
}
.TagClassName
{
border-color: #2D319E;
}
</style>