Shades of Egyptian Blue #2934A0
Tints of Egyptian Blue #2934A0
RGB
CMYK
RGB Variations
Color information
#2934A0 (or 0x2934A0) is known color: Egyptian Blue. HEX triplet: 29, 34 and A0. RGB value is (41,52,160). Sum of RGB (Red+Green+Blue) = 41+52+160=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #2934A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2934A0 is #D6CB5F. Grayscale: #3C3C3C. Windows color (decimal): -14076768 or 10499113. OLE color: 10499113.
HSL color Cylindrical-coordinate representation of color #2934A0: hue angle of 234.45º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2934A0 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 52 | 160 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.37 |
| HSL | 234.45º | 0.59% | 0.39% | - |
| HSV(B) | 234.45º | 0.74% | 0.63% | - |
| XYZ | 8.49 | 5.47 | 33.87 | - |
| YUV | 61.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 160 | 0.74 | 0.68 | 0 | 0.37 | 234.45 | 0.59 | 0.39 |
| Hex | 29 | 34 | A0 | 4A | 44 | 0 | 25 | EA | 3B | 27 |
| Octal | 51 | 64 | 240 | 112 | 104 | 0 | 45 | 352 | 73 | 47 |
| Binary | 101001 | 110100 | 10100000 | 1001010 | 1000100 | 0 | 100101 | 11101010 | 111011 | 100111 |
Color Harmonies of #2934A0
Complementary color
Monochromatic Colors of #2934A0
Black with #2934A0
Text Example
Text Example
White with #2934A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934A0; }
p { color: rgb(41,52,160); }
H1.HeaderClassName
{
color: #2934A0;
}
.AnyTagClassName
{
color: #2934A0;
}
</style>
background-color css
<style>
a { background-color: #2934A0; }
a { background-color: rgb(41,52,160); }
div.DivClassName
{
background-color: #2934A0;
}
.BgClassName
{
background-color: #2934A0;
}
</style>
border-color css
<style>
span { border-color: #2934A0; }
span { border-color: rgb(41,52,160); }
td.TdClassName
{
border-color: #2934A0;
}
.TagClassName
{
border-color: #2934A0;
}
</style>