#20319D

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

Shades of Egyptian Blue #20319D

Tints of Egyptian Blue #20319D

Color information

#20319D (or 0x20319D) is unknown color: approx Egyptian Blue. HEX triplet: 20, 31 and 9D. RGB value is (32,49,157). Sum of RGB (Red+Green+Blue) = 32+49+157=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #20319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20319D is #DFCE62. Grayscale: #373737. Windows color (decimal): -14667363 or 10301728. OLE color: 10301728.

HSL color Cylindrical-coordinate representation of color #20319D: hue angle of 231.84º 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 #20319D is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3249157-
CMYK0.800.6900.38
HSL231.84º66.14%37.06%-
HSV(B)231.84º79.62%61.57%-
XYZ7.784.9432.44-
YUV56.23184.87110.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.45%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 157 (61.72% from 255) = 65.97%
R=13.45%
G=20.59%
B=65.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32491570.800.6900.38231.8466.1437.06
Hex20319D5045026e84225
Octal406123512010504635010245
Binary10000011000110011101101000010001010100110111010001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20319D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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