#20737B

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

Shades of Allports #20737B

Tints of Allports #20737B

Color information

#20737B (or 0x20737B) is unknown color: approx Allports. HEX triplet: 20, 73 and 7B. RGB value is (32,115,123). Sum of RGB (Red+Green+Blue) = 32+115+123=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #20737B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20737B is #DF8C84. Grayscale: #5A5A5A. Windows color (decimal): -14650501 or 8090400. OLE color: 8090400.

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

Color convert

RGB32115123-
CMYK0.740.0700.52
HSL185.27º58.71%30.39%-
HSV(B)185.27º73.98%48.24%-
XYZ10.31420.9-
YUV91.114685.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.85%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=11.85%
G=42.59%
B=45.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal321151230.740.0700.52185.2758.7130.39
Hex20737B4A7034b93b1e
Octal4016317311270642717336
Binary10000011100111111011100101011101101001011100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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