#20788C

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

Shades of Allports #20788C

Tints of Allports #20788C

Color information

#20788C (or 0x20788C) is unknown color: approx Allports. HEX triplet: 20, 78 and 8C. RGB value is (32,120,140). Sum of RGB (Red+Green+Blue) = 32+120+140=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #20788C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20788C is #DF8773. Grayscale: #5F5F5F. Windows color (decimal): -14649204 or 9205792. OLE color: 9205792.

HSL color Cylindrical-coordinate representation of color #20788C: hue angle of 191.11º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20788C is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32120140-
CMYK0.770.1400.45
HSL191.11º62.79%33.73%-
HSV(B)191.11º77.14%54.9%-
XYZ12.0515.6327.19-
YUV95.97152.8582.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.96%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=10.96%
G=41.10%
B=47.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321201400.770.1400.45191.1162.7933.73
Hex20788C4DE02Dbf3f22
Octal40170214115160552777742
Binary10000011110001000110010011011110010110110111111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,120,140); }

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

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

 a { background-color: rgb(32,120,140); }

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

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

 span { border-color: rgb(32,120,140); }

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