#3188A2

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

Shades of Scooter #3188A2

Tints of Scooter #3188A2

Color information

#3188A2 (or 0x3188A2) is unknown color: approx Scooter. HEX triplet: 31, 88 and A2. RGB value is (49,136,162). Sum of RGB (Red+Green+Blue) = 49+136+162=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 162 - color contains mainly: blue. Hex color #3188A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3188A2 is #CE775D. Grayscale: #707070. Windows color (decimal): -13530974 or 10651697. OLE color: 10651697.

HSL color Cylindrical-coordinate representation of color #3188A2: hue angle of 193.81º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3188A2 is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB49136162-
CMYK0.700.1600.36
HSL193.81º53.55%41.37%-
HSV(B)193.81º69.75%63.53%-
XYZ16.5920.8737.34-
YUV112.95155.6882.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.12%
GREEN value IS 136 (53.52% from 255) = 39.19%
BLUE value IS 162 (63.67% from 255) = 46.69%
R=14.12%
G=39.19%
B=46.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal491361620.700.1600.36193.8153.5541.37
Hex3188A24610024c23629
Octal61210242106200443026651
Binary1100011000100010100010100011010000010010011000010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3188A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3188A2; }

 p { color: rgb(49,136,162); }

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

<style>
 a { background-color: #3188A2; }

 a { background-color: rgb(49,136,162); }

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

<style>
 span { border-color: #3188A2; }

 span { border-color: rgb(49,136,162); }

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