#20737C

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

Shades of Allports #20737C

Tints of Allports #20737C

Color information

#20737C (or 0x20737C) is unknown color: approx Allports. HEX triplet: 20, 73 and 7C. RGB value is (32,115,124). Sum of RGB (Red+Green+Blue) = 32+115+124=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #20737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20737C is #DF8C83. Grayscale: #5B5B5B. Windows color (decimal): -14650500 or 8155936. OLE color: 8155936.

HSL color Cylindrical-coordinate representation of color #20737C: hue angle of 185.87º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20737C is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB32115124-
CMYK0.740.0700.51
HSL185.87º58.97%30.59%-
HSV(B)185.87º74.19%48.63%-
XYZ10.3614.0221.23-
YUV91.21146.585.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.81%
GREEN value IS 115 (45.31% from 255) = 42.44%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=11.81%
G=42.44%
B=45.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal321151240.740.0700.51185.8758.9730.59
Hex20737C4A7033ba3b1f
Octal4016317411270632727337
Binary10000011100111111100100101011101100111011101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,115,124); }

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

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

 a { background-color: rgb(32,115,124); }

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

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

 span { border-color: rgb(32,115,124); }

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