Shades of Egyptian Blue #2D359D
Tints of Egyptian Blue #2D359D
RGB
CMYK
RGB Variations
Color information
#2D359D (or 0x2D359D) is known color: Egyptian Blue. HEX triplet: 2D, 35 and 9D. RGB value is (45,53,157). Sum of RGB (Red+Green+Blue) = 45+53+157=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 157 (61.72% from 255 or 61.57% from 255); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D359D is #D2CA62. Grayscale: #3E3E3E. Windows color (decimal): -13814371 or 10302765. OLE color: 10302765.
HSL color Cylindrical-coordinate representation of color #2D359D: hue angle of 235.71º 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 #2D359D is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 53 | 157 | - |
| CMYK | 0.71 | 0.66 | 0 | 0.38 |
| HSL | 235.71º | 0.55% | 0.4% | - |
| HSV(B) | 235.71º | 0.71% | 0.62% | - |
| XYZ | 8.44 | 5.54 | 32.52 | - |
| YUV | 62.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 157 | 0.71 | 0.66 | 0 | 0.38 | 235.71 | 0.55 | 0.4 |
| Hex | 2D | 35 | 9D | 47 | 42 | 0 | 26 | EC | 37 | 28 |
| Octal | 55 | 65 | 235 | 107 | 102 | 0 | 46 | 354 | 67 | 50 |
| Binary | 101101 | 110101 | 10011101 | 1000111 | 1000010 | 0 | 100110 | 11101100 | 110111 | 101000 |
Color Harmonies of #2D359D
Complementary color
Monochromatic Colors of #2D359D
Black with #2D359D
Text Example
Text Example
White with #2D359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D359D; }
p { color: rgb(45,53,157); }
H1.HeaderClassName
{
color: #2D359D;
}
.AnyTagClassName
{
color: #2D359D;
}
</style>
background-color css
<style>
a { background-color: #2D359D; }
a { background-color: rgb(45,53,157); }
div.DivClassName
{
background-color: #2D359D;
}
.BgClassName
{
background-color: #2D359D;
}
</style>
border-color css
<style>
span { border-color: #2D359D; }
span { border-color: rgb(45,53,157); }
td.TdClassName
{
border-color: #2D359D;
}
.TagClassName
{
border-color: #2D359D;
}
</style>