Html Css Color HEX #20839F Scooter

📋 copy color: '#20839F'

red 32 ◦ green 131 ◦ blue 159

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

Shades of Scooter #20839F

Tints of Scooter #20839F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.68%

 BLUE value IS 159 (62.5% from 255) = 49.38%

R = 9.94%
G = 40.68%
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

#20839F (or 0x20839F) is known color: Scooter. HEX triplet: 20, 83 and 9F. RGB value is (32,131,159). Sum of RGB (Red+Green+Blue) = 32+131+159=322 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.94% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #20839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20839F is #DF7C60. Grayscale: #686868. Windows color (decimal): -14646369 or 10453792. OLE color: 10453792.

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

Color convert

RGB 32 131 159 -
CMYK 0.80 0.18 0 0.38
HSL 193.23º 0.66% 0.37% -
HSV(B) 193.23º 0.8% 0.62% -
XYZ 14.97 19.04 35.69 -
YUV 104.59 158.7 76.22 -
System Red Green Blue C M Y K H S L
Decimal 32 131 159 0.80 0.18 0 0.38 193.23 0.66 0.37
Hex 20 83 9F 50 12 0 26 C1 42 25
Octal 40 203 237 120 22 0 46 301 102 45
Binary 100000 10000011 10011111 1010000 10010 0 100110 11000001 1000010 100101

Color Harmonies of #20839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20839F

Black with #20839F

Text Example


Text Example

White with #20839F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20839F; }

 p { color: rgb(32,131,159); }

 H1.HeaderClassName
 {
   color: #20839F;
 }
 .AnyTagClassName
 {
   color: #20839F;
 }
</style>

background-color css

<style>
 a { background-color: #20839F; }

 a { background-color: rgb(32,131,159); }

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

border-color css

<style>
 span { border-color: #20839F; }

 span { border-color: rgb(32,131,159); }

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