Shades of Egyptian Blue #2C329E
Tints of Egyptian Blue #2C329E
RGB
CMYK
RGB Variations
Color information
#2C329E (or 0x2C329E) is known color: Egyptian Blue. HEX triplet: 2C, 32 and 9E. RGB value is (44,50,158). Sum of RGB (Red+Green+Blue) = 44+50+158=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 50 (19.92% from 255 or 19.84% 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 #2C329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C329E is #D3CD61. Grayscale: #3C3C3C. Windows color (decimal): -13880674 or 10367532. OLE color: 10367532.
HSL color Cylindrical-coordinate representation of color #2C329E: hue angle of 236.84º 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 #2C329E is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 50 | 158 | - |
| CMYK | 0.72 | 0.68 | 0 | 0.38 |
| HSL | 236.84º | 0.56% | 0.4% | - |
| HSV(B) | 236.84º | 0.72% | 0.62% | - |
| XYZ | 8.35 | 5.29 | 32.93 | - |
| YUV | 60.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 158 | 0.72 | 0.68 | 0 | 0.38 | 236.84 | 0.56 | 0.4 |
| Hex | 2C | 32 | 9E | 48 | 44 | 0 | 26 | ED | 38 | 28 |
| Octal | 54 | 62 | 236 | 110 | 104 | 0 | 46 | 355 | 70 | 50 |
| Binary | 101100 | 110010 | 10011110 | 1001000 | 1000100 | 0 | 100110 | 11101101 | 111000 | 101000 |
Color Harmonies of #2C329E
Complementary color
Monochromatic Colors of #2C329E
Black with #2C329E
Text Example
Text Example
White with #2C329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C329E; }
p { color: rgb(44,50,158); }
H1.HeaderClassName
{
color: #2C329E;
}
.AnyTagClassName
{
color: #2C329E;
}
</style>
background-color css
<style>
a { background-color: #2C329E; }
a { background-color: rgb(44,50,158); }
div.DivClassName
{
background-color: #2C329E;
}
.BgClassName
{
background-color: #2C329E;
}
</style>
border-color css
<style>
span { border-color: #2C329E; }
span { border-color: rgb(44,50,158); }
td.TdClassName
{
border-color: #2C329E;
}
.TagClassName
{
border-color: #2C329E;
}
</style>