#2829a0

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

Shades of Egyptian Blue #2829A0

Tints of Egyptian Blue #2829A0

Color information

#2829A0 (or 0x2829A0) is unknown color: approx Egyptian Blue. HEX triplet: 28, 29 and A0. RGB value is (40,41,160). Sum of RGB (Red+Green+Blue) = 40+41+160=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 160 (62.89% from 255 or 66.39% from 241); Max value from RGB is 160 - color contains mainly: blue. Hex color #2829A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2829A0 is #D7D65F. Grayscale: #353535. Windows color (decimal): -14145120 or 10496296. OLE color: 10496296.

HSL color Cylindrical-coordinate representation of color #2829A0: hue angle of 239.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2829A0 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4041160-
CMYK0.750.7400.37
HSL239.5º60%39.22%-
HSV(B)239.5º75%62.75%-
XYZ8.014.5833.72-
YUV54.27187.67117.82-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 160 (62.89% from 255) = 66.39%
R=16.60%
G=17.01%
B=66.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40411600.750.7400.37239.56039.22
Hex2829A04B4A025f03c27
Octal50512401131120453607447
Binary1010001010011010000010010111001010010010111110000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2829a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2829a0; }

 p { color: rgb(40,41,160); }

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

<style>
 a { background-color: #2829a0; }

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

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

<style>
 span { border-color: #2829a0; }

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

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