#20378F

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

Shades of Egyptian Blue #20378F

Tints of Egyptian Blue #20378F

Color information

#20378F (or 0x20378F) is unknown color: approx Egyptian Blue. HEX triplet: 20, 37 and 8F. RGB value is (32,55,143). Sum of RGB (Red+Green+Blue) = 32+55+143=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #20378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20378F is #DFC870. Grayscale: #393939. Windows color (decimal): -14665841 or 9385760. OLE color: 9385760.

HSL color Cylindrical-coordinate representation of color #20378F: hue angle of 227.57º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20378F is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3255143-
CMYK0.780.6200.44
HSL227.57º63.43%34.31%-
HSV(B)227.57º77.62%56.08%-
XYZ6.925.0226.59-
YUV58.15175.88109.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.91%
GREEN value IS 55 (21.88% from 255) = 23.91%
BLUE value IS 143 (56.25% from 255) = 62.17%
R=13.91%
G=23.91%
B=62.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal32551430.780.6200.44227.5763.4334.31
Hex20378F4E3E02Ce43f22
Octal4067217116760543447742
Binary100000110111100011111001110111110010110011100100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20378F; }

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

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

<style>
 a { background-color: #20378F; }

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

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

<style>
 span { border-color: #20378F; }

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

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