#20389E

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

Shades of Egyptian Blue #20389E

Tints of Egyptian Blue #20389E

Color information

#20389E (or 0x20389E) is unknown color: approx Egyptian Blue. HEX triplet: 20, 38 and 9E. RGB value is (32,56,158). Sum of RGB (Red+Green+Blue) = 32+56+158=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #20389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20389E is #DFC761. Grayscale: #3C3C3C. Windows color (decimal): -14665570 or 10369056. OLE color: 10369056.

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

Color convert

RGB3256158-
CMYK0.800.6500.38
HSL228.57º66.32%37.25%-
HSV(B)228.57º79.75%61.96%-
XYZ8.185.633-
YUV60.45183.05107.71-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=13.01%
G=22.76%
B=64.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal32561580.800.6500.38228.5766.3237.25
Hex20389E5041026e54225
Octal407023612010104634510245
Binary10000011100010011110101000010000010100110111001011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20389E; }

 p { color: rgb(32,56,158); }

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

<style>
 a { background-color: #20389E; }

 a { background-color: rgb(32,56,158); }

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

<style>
 span { border-color: #20389E; }

 span { border-color: rgb(32,56,158); }

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