#20329D

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

Shades of Egyptian Blue #20329D

Tints of Egyptian Blue #20329D

Color information

#20329D (or 0x20329D) is unknown color: approx Egyptian Blue. HEX triplet: 20, 32 and 9D. RGB value is (32,50,157). Sum of RGB (Red+Green+Blue) = 32+50+157=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #20329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20329D is #DFCD62. Grayscale: #383838. Windows color (decimal): -14667107 or 10301984. OLE color: 10301984.

HSL color Cylindrical-coordinate representation of color #20329D: hue angle of 231.36º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20329D is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3250157-
CMYK0.800.6800.38
HSL231.36º66.14%37.06%-
HSV(B)231.36º79.62%61.57%-
XYZ7.825.0232.46-
YUV56.82184.54110.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 157 (61.72% from 255) = 65.69%
R=13.39%
G=20.92%
B=65.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32501570.800.6800.38231.3666.1437.06
Hex20329D5044026e74225
Octal406223512010404634710245
Binary10000011001010011101101000010001000100110111001111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20329D; }

 p { color: rgb(32,50,157); }

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

<style>
 a { background-color: #20329D; }

 a { background-color: rgb(32,50,157); }

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

<style>
 span { border-color: #20329D; }

 span { border-color: rgb(32,50,157); }

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