#20839C

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

Shades of Scooter #20839C

Tints of Scooter #20839C

Color information

#20839C (or 0x20839C) is unknown color: approx Scooter. HEX triplet: 20, 83 and 9C. RGB value is (32,131,156). Sum of RGB (Red+Green+Blue) = 32+131+156=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #20839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20839C is #DF7C63. Grayscale: #686868. Windows color (decimal): -14646372 or 10257184. OLE color: 10257184.

HSL color Cylindrical-coordinate representation of color #20839C: hue angle of 192.1º 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 #20839C is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32131156-
CMYK0.790.1600.39
HSL192.1º65.96%36.86%-
HSV(B)192.1º79.49%61.18%-
XYZ14.7118.9434.33-
YUV104.25157.276.47-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.03%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 156 (61.33% from 255) = 48.90%
R=10.03%
G=41.07%
B=48.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321311560.790.1600.39192.165.9636.86
Hex20839C4F10027c04225
Octal402032341172004730010245
Binary10000010000011100111001001111100000100111110000001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20839C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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