#2029A3

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

Shades of Egyptian Blue #2029A3

Tints of Egyptian Blue #2029A3

Color information

#2029A3 (or 0x2029A3) is unknown color: approx Egyptian Blue. HEX triplet: 20, 29 and A3. RGB value is (32,41,163). Sum of RGB (Red+Green+Blue) = 32+41+163=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 163 (64.06% from 255 or 69.07% from 236); Max value from RGB is 163 - color contains mainly: blue. Hex color #2029A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2029A3 is #DFD65C. Grayscale: #333333. Windows color (decimal): -14669405 or 10692896. OLE color: 10692896.

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

Color convert

RGB3241163-
CMYK0.800.7500.36
HSL235.88º67.18%38.24%-
HSV(B)235.88º80.37%63.92%-
XYZ84.5435.1-
YUV52.22190.52113.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.56%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 163 (64.06% from 255) = 69.07%
R=13.56%
G=17.37%
B=69.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal32411630.800.7500.36235.8867.1838.24
Hex2029A3504B024ec4326
Octal405124312011304435410346
Binary10000010100110100011101000010010110100100111011001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2029A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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