#3188AC

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

Shades of Scooter #3188AC

Tints of Scooter #3188AC

Color information

#3188AC (or 0x3188AC) is unknown color: approx Scooter. HEX triplet: 31, 88 and AC. RGB value is (49,136,172). Sum of RGB (Red+Green+Blue) = 49+136+172=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #3188AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3188AC is #CE7753. Grayscale: #717171. Windows color (decimal): -13530964 or 11307057. OLE color: 11307057.

HSL color Cylindrical-coordinate representation of color #3188AC: hue angle of 197.56º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3188AC is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB49136172-
CMYK0.720.2100.33
HSL197.56º55.66%43.33%-
HSV(B)197.56º71.51%67.45%-
XYZ17.5221.2442.21-
YUV114.09160.6881.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.73%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 172 (67.58% from 255) = 48.18%
R=13.73%
G=38.10%
B=48.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal491361720.720.2100.33197.5655.6643.33
Hex3188AC4815021c6382b
Octal61210254110250413067053
Binary1100011000100010101100100100010101010000111000110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3188AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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