#2929A1

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

Shades of Egyptian Blue #2929A1

Tints of Egyptian Blue #2929A1

Color information

#2929A1 (or 0x2929A1) is unknown color: approx Egyptian Blue. HEX triplet: 29, 29 and A1. RGB value is (41,41,161). Sum of RGB (Red+Green+Blue) = 41+41+161=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 161 (63.28% from 255 or 66.26% from 243); Max value from RGB is 161 - color contains mainly: blue. Hex color #2929A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2929A1 is #D6D65E. Grayscale: #363636. Windows color (decimal): -14079583 or 10561833. OLE color: 10561833.

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

Color convert

RGB4141161-
CMYK0.750.7500.37
HSL240º59.41%39.61%-
HSV(B)240º74.53%63.14%-
XYZ8.144.6334.18-
YUV54.68188118.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.87%
GREEN value IS 41 (16.41% from 255) = 16.87%
BLUE value IS 161 (63.28% from 255) = 66.26%
R=16.87%
G=16.87%
B=66.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41411610.750.7500.3724059.4139.61
Hex2929A14B4B025f03b28
Octal51512411131130453607350
Binary1010011010011010000110010111001011010010111110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2929A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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