Html Css Color HEX #20829D Scooter

📋 copy color: '#20829D'

red 32 ◦ green 130 ◦ blue 157

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

Shades of Scooter #20829D

Tints of Scooter #20829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.22%

R = 10.03%
G = 40.75%
B = 49.22%

CMYK

 C value IS 0.80

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#20829D (or 0x20829D) is known color: Scooter. HEX triplet: 20, 82 and 9D. RGB value is (32,130,157). Sum of RGB (Red+Green+Blue) = 32+130+157=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #20829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20829D is #DF7D62. Grayscale: #676767. Windows color (decimal): -14646627 or 10322464. OLE color: 10322464.

HSL color Cylindrical-coordinate representation of color #20829D: hue angle of 192.96º 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 #20829D is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 130 157 -
CMYK 0.80 0.17 0 0.38
HSL 192.96º 0.66% 0.37% -
HSV(B) 192.96º 0.8% 0.62% -
XYZ 14.66 18.71 34.74 -
YUV 103.78 158.03 76.8 -
System Red Green Blue C M Y K H S L
Decimal 32 130 157 0.80 0.17 0 0.38 192.96 0.66 0.37
Hex 20 82 9D 50 11 0 26 C1 42 25
Octal 40 202 235 120 21 0 46 301 102 45
Binary 100000 10000010 10011101 1010000 10001 0 100110 11000001 1000010 100101

Color Harmonies of #20829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20829D

Black with #20829D

Text Example


Text Example

White with #20829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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