Shades of Egyptian Blue #2927A4
Tints of Egyptian Blue #2927A4
RGB
CMYK
RGB Variations
Color information
#2927A4 (or 0x2927A4) is known color: Egyptian Blue. HEX triplet: 29, 27 and A4. RGB value is (41,39,164). Sum of RGB (Red+Green+Blue) = 41+39+164=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 164 (64.45% from 255 or 67.21% from 244); Max value from RGB is 164 - color contains mainly: blue. Hex color #2927A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2927A4 is #D6D85B. Grayscale: #353535. Windows color (decimal): -14080092 or 10757929. OLE color: 10757929.
HSL color Cylindrical-coordinate representation of color #2927A4: hue angle of 240.96º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2927A4 is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 39 | 164 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.36 |
| HSL | 240.96º | 0.62% | 0.4% | - |
| HSV(B) | 240.96º | 0.76% | 0.64% | - |
| XYZ | 8.34 | 4.6 | 35.57 | - |
| YUV | 53.85 | 190.16 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 39 | 164 | 0.75 | 0.76 | 0 | 0.36 | 240.96 | 0.62 | 0.4 |
| Hex | 29 | 27 | A4 | 4B | 4C | 0 | 24 | F1 | 3E | 28 |
| Octal | 51 | 47 | 244 | 113 | 114 | 0 | 44 | 361 | 76 | 50 |
| Binary | 101001 | 100111 | 10100100 | 1001011 | 1001100 | 0 | 100100 | 11110001 | 111110 | 101000 |
Color Harmonies of #2927A4
Complementary color
Monochromatic Colors of #2927A4
Black with #2927A4
Text Example
Text Example
White with #2927A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2927A4; }
p { color: rgb(41,39,164); }
H1.HeaderClassName
{
color: #2927A4;
}
.AnyTagClassName
{
color: #2927A4;
}
</style>
background-color css
<style>
a { background-color: #2927A4; }
a { background-color: rgb(41,39,164); }
div.DivClassName
{
background-color: #2927A4;
}
.BgClassName
{
background-color: #2927A4;
}
</style>
border-color css
<style>
span { border-color: #2927A4; }
span { border-color: rgb(41,39,164); }
td.TdClassName
{
border-color: #2927A4;
}
.TagClassName
{
border-color: #2927A4;
}
</style>