#2929A3

Color #2929A3 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #2929A3

Tints of Egyptian Blue #2929A3

Color information

#2929A3 (or 0x2929A3) is unknown color: approx Egyptian Blue. HEX triplet: 29, 29 and A3. RGB value is (41,41,163). Sum of RGB (Red+Green+Blue) = 41+41+163=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 163 (64.06% from 255 or 66.53% from 245); Max value from RGB is 163 - color contains mainly: blue. Hex color #2929A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2929A3 is #D6D65C. Grayscale: #363636. Windows color (decimal): -14079581 or 10692905. OLE color: 10692905.

HSL color Cylindrical-coordinate representation of color #2929A3: hue angle of 240º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2929A3 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4141163-
CMYK0.750.7500.36
HSL240º59.8%40%-
HSV(B)240º74.85%63.92%-
XYZ8.324.735.12-
YUV54.91189118.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 41 (16.41% from 255) = 16.73%
BLUE value IS 163 (64.06% from 255) = 66.53%
R=16.73%
G=16.73%
B=66.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41411630.750.7500.3624059.840
Hex2929A34B4B024f03c28
Octal51512431131130443607450
Binary1010011010011010001110010111001011010010011110000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2929A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2929A3; }

 p { color: rgb(41,41,163); }

 H1.HeaderClassName
 {
   color: #2929A3;
 }
 .AnyTagClassName
 {
   color: #2929A3;
 }
</style>
background-color css

<style>
 a { background-color: #2929A3; }

 a { background-color: rgb(41,41,163); }

 div.DivClassName
 {
   background-color: #2929A3;
 }
 .BgClassName
 {
   background-color: #2929A3;
 }
</style>
border-color css

<style>
 span { border-color: #2929A3; }

 span { border-color: rgb(41,41,163); }

 td.TdClassName
 {
   border-color: #2929A3;
 }
 .TagClassName
 {
   border-color: #2929A3;
 }
</style>