Shades of Egyptian Blue #2933A0
Tints of Egyptian Blue #2933A0
RGB
CMYK
RGB Variations
Color information
#2933A0 (or 0x2933A0) is known color: Egyptian Blue. HEX triplet: 29, 33 and A0. RGB value is (41,51,160). Sum of RGB (Red+Green+Blue) = 41+51+160=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 160 (62.89% from 255 or 63.49% from 252); Max value from RGB is 160 - color contains mainly: blue. Hex color #2933A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2933A0 is #D6CC5F. Grayscale: #3B3B3B. Windows color (decimal): -14077024 or 10498857. OLE color: 10498857.
HSL color Cylindrical-coordinate representation of color #2933A0: hue angle of 234.96º 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 #2933A0 is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 51 | 160 | - |
| CMYK | 0.74 | 0.68 | 0 | 0.37 |
| HSL | 234.96º | 0.59% | 0.39% | - |
| HSV(B) | 234.96º | 0.74% | 0.63% | - |
| XYZ | 8.44 | 5.38 | 33.85 | - |
| YUV | 60.44 | 184.19 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 160 | 0.74 | 0.68 | 0 | 0.37 | 234.96 | 0.59 | 0.39 |
| Hex | 29 | 33 | A0 | 4A | 44 | 0 | 25 | EB | 3B | 27 |
| Octal | 51 | 63 | 240 | 112 | 104 | 0 | 45 | 353 | 73 | 47 |
| Binary | 101001 | 110011 | 10100000 | 1001010 | 1000100 | 0 | 100101 | 11101011 | 111011 | 100111 |
Color Harmonies of #2933A0
Complementary color
Monochromatic Colors of #2933A0
Black with #2933A0
Text Example
Text Example
White with #2933A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2933A0; }
p { color: rgb(41,51,160); }
H1.HeaderClassName
{
color: #2933A0;
}
.AnyTagClassName
{
color: #2933A0;
}
</style>
background-color css
<style>
a { background-color: #2933A0; }
a { background-color: rgb(41,51,160); }
div.DivClassName
{
background-color: #2933A0;
}
.BgClassName
{
background-color: #2933A0;
}
</style>
border-color css
<style>
span { border-color: #2933A0; }
span { border-color: rgb(41,51,160); }
td.TdClassName
{
border-color: #2933A0;
}
.TagClassName
{
border-color: #2933A0;
}
</style>