#20708C

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

Shades of Allports #20708C

Tints of Allports #20708C

Color information

#20708C (or 0x20708C) is unknown color: approx Allports. HEX triplet: 20, 70 and 8C. RGB value is (32,112,140). Sum of RGB (Red+Green+Blue) = 32+112+140=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #20708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20708C is #DF8F73. Grayscale: #5B5B5B. Windows color (decimal): -14651252 or 9203744. OLE color: 9203744.

HSL color Cylindrical-coordinate representation of color #20708C: hue angle of 195.56º 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 #20708C is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32112140-
CMYK0.770.2000.45
HSL195.56º62.79%33.73%-
HSV(B)195.56º77.14%54.9%-
XYZ11.1213.7926.89-
YUV91.27155.585.72-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.27%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 140 (55.08% from 255) = 49.30%
R=11.27%
G=39.44%
B=49.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321121400.770.2000.45195.5662.7933.73
Hex20708C4D1402Dc43f22
Octal40160214115240553047742
Binary100000111000010001100100110110100010110111000100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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