#20379C

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

Shades of Egyptian Blue #20379C

Tints of Egyptian Blue #20379C

Color information

#20379C (or 0x20379C) is unknown color: approx Egyptian Blue. HEX triplet: 20, 37 and 9C. RGB value is (32,55,156). Sum of RGB (Red+Green+Blue) = 32+55+156=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 156 (61.33% from 255 or 64.20% from 243); Max value from RGB is 156 - color contains mainly: blue. Hex color #20379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20379C is #DFC863. Grayscale: #3B3B3B. Windows color (decimal): -14665828 or 10237728. OLE color: 10237728.

HSL color Cylindrical-coordinate representation of color #20379C: hue angle of 228.87º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20379C is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3255156-
CMYK0.790.6500.39
HSL228.87º65.96%36.86%-
HSV(B)228.87º79.49%61.18%-
XYZ7.965.4432.08-
YUV59.64182.38108.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.17%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 156 (61.33% from 255) = 64.20%
R=13.17%
G=22.63%
B=64.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal32551560.790.6500.39228.8765.9636.86
Hex20379C4F41027e54225
Octal406723411710104734510245
Binary10000011011110011100100111110000010100111111001011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20379C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20379C; }

 p { color: rgb(32,55,156); }

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

<style>
 a { background-color: #20379C; }

 a { background-color: rgb(32,55,156); }

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

<style>
 span { border-color: #20379C; }

 span { border-color: rgb(32,55,156); }

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