Shades of Egyptian Blue #2D339E
Tints of Egyptian Blue #2D339E
RGB
CMYK
RGB Variations
Color information
#2D339E (or 0x2D339E) is known color: Egyptian Blue. HEX triplet: 2D, 33 and 9E. RGB value is (45,51,158). Sum of RGB (Red+Green+Blue) = 45+51+158=254 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.72% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D339E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D339E is #D2CC61. Grayscale: #3C3C3C. Windows color (decimal): -13814882 or 10367789. OLE color: 10367789.
HSL color Cylindrical-coordinate representation of color #2D339E: hue angle of 236.81º 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 #2D339E is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 51 | 158 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.38 |
| HSL | 236.81º | 0.56% | 0.4% | - |
| HSV(B) | 236.81º | 0.72% | 0.62% | - |
| XYZ | 8.44 | 5.39 | 32.94 | - |
| YUV | 61.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 51 | 158 | 0.72 | 0.68 | 0 | 0.38 | 236.81 | 0.56 | 0.4 |
| Hex | 2D | 33 | 9E | 48 | 44 | 0 | 26 | ED | 38 | 28 |
| Octal | 55 | 63 | 236 | 110 | 104 | 0 | 46 | 355 | 70 | 50 |
| Binary | 101101 | 110011 | 10011110 | 1001000 | 1000100 | 0 | 100110 | 11101101 | 111000 | 101000 |
Color Harmonies of #2D339E
Complementary color
Monochromatic Colors of #2D339E
Black with #2D339E
Text Example
Text Example
White with #2D339E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D339E; }
p { color: rgb(45,51,158); }
H1.HeaderClassName
{
color: #2D339E;
}
.AnyTagClassName
{
color: #2D339E;
}
</style>
background-color css
<style>
a { background-color: #2D339E; }
a { background-color: rgb(45,51,158); }
div.DivClassName
{
background-color: #2D339E;
}
.BgClassName
{
background-color: #2D339E;
}
</style>
border-color css
<style>
span { border-color: #2D339E; }
span { border-color: rgb(45,51,158); }
td.TdClassName
{
border-color: #2D339E;
}
.TagClassName
{
border-color: #2D339E;
}
</style>