Shades of Egyptian Blue #2D3B9D
Tints of Egyptian Blue #2D3B9D
RGB
CMYK
RGB Variations
Color information
#2D3B9D (or 0x2D3B9D) is known color: Egyptian Blue. HEX triplet: 2D, 3B and 9D. RGB value is (45,59,157). Sum of RGB (Red+Green+Blue) = 45+59+157=261 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.24% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D3B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D3B9D is #D2C462. Grayscale: #414141. Windows color (decimal): -13812835 or 10304301. OLE color: 10304301.
HSL color Cylindrical-coordinate representation of color #2D3B9D: hue angle of 232.5º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D3B9D is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 59 | 157 | - |
| CMYK | 0.71 | 0.62 | 0 | 0.38 |
| HSL | 232.5º | 0.55% | 0.4% | - |
| HSV(B) | 232.5º | 0.71% | 0.62% | - |
| XYZ | 8.73 | 6.12 | 32.62 | - |
| YUV | 65.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 157 | 0.71 | 0.62 | 0 | 0.38 | 232.5 | 0.55 | 0.4 |
| Hex | 2D | 3B | 9D | 47 | 3E | 0 | 26 | E8 | 37 | 28 |
| Octal | 55 | 73 | 235 | 107 | 76 | 0 | 46 | 350 | 67 | 50 |
| Binary | 101101 | 111011 | 10011101 | 1000111 | 111110 | 0 | 100110 | 11101000 | 110111 | 101000 |
Color Harmonies of #2D3B9D
Complementary color
Monochromatic Colors of #2D3B9D
Black with #2D3B9D
Text Example
Text Example
White with #2D3B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B9D; }
p { color: rgb(45,59,157); }
H1.HeaderClassName
{
color: #2D3B9D;
}
.AnyTagClassName
{
color: #2D3B9D;
}
</style>
background-color css
<style>
a { background-color: #2D3B9D; }
a { background-color: rgb(45,59,157); }
div.DivClassName
{
background-color: #2D3B9D;
}
.BgClassName
{
background-color: #2D3B9D;
}
</style>
border-color css
<style>
span { border-color: #2D3B9D; }
span { border-color: rgb(45,59,157); }
td.TdClassName
{
border-color: #2D3B9D;
}
.TagClassName
{
border-color: #2D3B9D;
}
</style>