Shades of Egyptian Blue #2C379B
Tints of Egyptian Blue #2C379B
RGB
CMYK
RGB Variations
Color information
#2C379B (or 0x2C379B) is known color: Egyptian Blue. HEX triplet: 2C, 37 and 9B. RGB value is (44,55,155). Sum of RGB (Red+Green+Blue) = 44+55+155=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C379B is #D3C864. Grayscale: #3E3E3E. Windows color (decimal): -13879397 or 10172204. OLE color: 10172204.
HSL color Cylindrical-coordinate representation of color #2C379B: hue angle of 234.05º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C379B is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 44 | 55 | 155 | - |
| CMYK | 0.72 | 0.65 | 0 | 0.39 |
| HSL | 234.05º | 0.56% | 0.39% | - |
| HSV(B) | 234.05º | 0.72% | 0.61% | - |
| XYZ | 8.32 | 5.63 | 31.66 | - |
| YUV | 63.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 155 | 0.72 | 0.65 | 0 | 0.39 | 234.05 | 0.56 | 0.39 |
| Hex | 2C | 37 | 9B | 48 | 41 | 0 | 27 | EA | 38 | 27 |
| Octal | 54 | 67 | 233 | 110 | 101 | 0 | 47 | 352 | 70 | 47 |
| Binary | 101100 | 110111 | 10011011 | 1001000 | 1000001 | 0 | 100111 | 11101010 | 111000 | 100111 |
Color Harmonies of #2C379B
Complementary color
Monochromatic Colors of #2C379B
Black with #2C379B
Text Example
Text Example
White with #2C379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C379B; }
p { color: rgb(44,55,155); }
H1.HeaderClassName
{
color: #2C379B;
}
.AnyTagClassName
{
color: #2C379B;
}
</style>
background-color css
<style>
a { background-color: #2C379B; }
a { background-color: rgb(44,55,155); }
div.DivClassName
{
background-color: #2C379B;
}
.BgClassName
{
background-color: #2C379B;
}
</style>
border-color css
<style>
span { border-color: #2C379B; }
span { border-color: rgb(44,55,155); }
td.TdClassName
{
border-color: #2C379B;
}
.TagClassName
{
border-color: #2C379B;
}
</style>