#20829C

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

Shades of Scooter #20829C

Tints of Scooter #20829C

Color information

#20829C (or 0x20829C) is unknown color: approx Scooter. HEX triplet: 20, 82 and 9C. RGB value is (32,130,156). Sum of RGB (Red+Green+Blue) = 32+130+156=318 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.06% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #20829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20829C is #DF7D63. Grayscale: #676767. Windows color (decimal): -14646628 or 10256928. OLE color: 10256928.

HSL color Cylindrical-coordinate representation of color #20829C: hue angle of 192.58º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20829C is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32130156-
CMYK0.790.1700.39
HSL192.58º65.96%36.86%-
HSV(B)192.58º79.49%61.18%-
XYZ14.5818.6734.29-
YUV103.66157.5376.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.06%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=10.06%
G=40.88%
B=49.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321301560.790.1700.39192.5865.9636.86
Hex20829C4F11027c14225
Octal402022341172104730110245
Binary10000010000010100111001001111100010100111110000011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,130,156); }

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

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

 a { background-color: rgb(32,130,156); }

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

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

 span { border-color: rgb(32,130,156); }

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