#3199A5

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

Shades of Scooter #3199A5

Tints of Scooter #3199A5

Color information

#3199A5 (or 0x3199A5) is unknown color: approx Scooter. HEX triplet: 31, 99 and A5. RGB value is (49,153,165). Sum of RGB (Red+Green+Blue) = 49+153+165=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #3199A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3199A5 is #CE665A. Grayscale: #7B7B7B. Windows color (decimal): -13526619 or 10852657. OLE color: 10852657.

HSL color Cylindrical-coordinate representation of color #3199A5: hue angle of 186.21º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3199A5 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB49153165-
CMYK0.700.0700.35
HSL186.21º54.21%41.96%-
HSV(B)186.21º70.3%64.71%-
XYZ19.4526.1539.62-
YUV123.27151.5475.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.35%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 165 (64.84% from 255) = 44.96%
R=13.35%
G=41.69%
B=44.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal491531650.700.0700.35186.2154.2141.96
Hex3199A5467023ba362a
Octal6123124510670432726652
Binary11000110011001101001011000110111010001110111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3199A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3199A5; }

 p { color: rgb(49,153,165); }

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

<style>
 a { background-color: #3199A5; }

 a { background-color: rgb(49,153,165); }

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

<style>
 span { border-color: #3199A5; }

 span { border-color: rgb(49,153,165); }

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