Html Css Color HEX #20829E Scooter

📋 copy color: '#20829E'

red 32 ◦ green 130 ◦ blue 158

#20829E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scooter #20829E

Tints of Scooter #20829E

RGB

 RED value IS 32 (12.89% from 255) = 10%

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 158 (62.11% from 255) = 49.38%

R = 10%
G = 40.63%
B = 49.38%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20829E (or 0x20829E) is known color: Scooter. HEX triplet: 20, 82 and 9E. RGB value is (32,130,158). Sum of RGB (Red+Green+Blue) = 32+130+158=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #20829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20829E is #DF7D61. Grayscale: #676767. Windows color (decimal): -14646626 or 10388000. OLE color: 10388000.

HSL color Cylindrical-coordinate representation of color #20829E: hue angle of 193.33º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20829E is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 130 158 -
CMYK 0.80 0.18 0 0.38
HSL 193.33º 0.66% 0.37% -
HSV(B) 193.33º 0.8% 0.62% -
XYZ 14.75 18.74 35.19 -
YUV 103.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 32 130 158 0.80 0.18 0 0.38 193.33 0.66 0.37
Hex 20 82 9E 50 12 0 26 C1 42 25
Octal 40 202 236 120 22 0 46 301 102 45
Binary 100000 10000010 10011110 1010000 10010 0 100110 11000001 1000010 100101

Color Harmonies of #20829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20829E

Black with #20829E

Text Example


Text Example

White with #20829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20829E;
 }
 .AnyTagClassName
 {
   color: #20829E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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