#3196AB

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

Shades of Scooter #3196AB

Tints of Scooter #3196AB

Color information

#3196AB (or 0x3196AB) is unknown color: approx Scooter. HEX triplet: 31, 96 and AB. RGB value is (49,150,171). Sum of RGB (Red+Green+Blue) = 49+150+171=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #3196AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3196AB is #CE6954. Grayscale: #7A7A7A. Windows color (decimal): -13527381 or 11245105. OLE color: 11245105.

HSL color Cylindrical-coordinate representation of color #3196AB: hue angle of 190.33º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3196AB is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49150171-
CMYK0.710.1200.33
HSL190.33º55.45%43.14%-
HSV(B)190.33º71.35%67.06%-
XYZ19.5225.4142.4-
YUV122.2155.5475.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.24%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=13.24%
G=40.54%
B=46.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491501710.710.1200.33190.3355.4543.14
Hex3196AB47C021be372b
Octal61226253107140412766753
Binary110001100101101010101110001111100010000110111110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3196AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3196AB; }

 p { color: rgb(49,150,171); }

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

<style>
 a { background-color: #3196AB; }

 a { background-color: rgb(49,150,171); }

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

<style>
 span { border-color: #3196AB; }

 span { border-color: rgb(49,150,171); }

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