#3189AE

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

Shades of Scooter #3189AE

Tints of Scooter #3189AE

Color information

#3189AE (or 0x3189AE) is unknown color: approx Scooter. HEX triplet: 31, 89 and AE. RGB value is (49,137,174). Sum of RGB (Red+Green+Blue) = 49+137+174=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 137 (53.91% from 255 or 38.06% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #3189AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3189AE is #CE7651. Grayscale: #727272. Windows color (decimal): -13530706 or 11438385. OLE color: 11438385.

HSL color Cylindrical-coordinate representation of color #3189AE: hue angle of 197.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3189AE is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB49137174-
CMYK0.720.2100.32
HSL197.76º56.05%43.73%-
HSV(B)197.76º71.84%68.24%-
XYZ17.8521.643.27-
YUV114.91161.3580.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.61%
GREEN value IS 137 (53.91% from 255) = 38.06%
BLUE value IS 174 (68.36% from 255) = 48.33%
R=13.61%
G=38.06%
B=48.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal491371740.720.2100.32197.7656.0543.73
Hex3189AE4815020c6382c
Octal61211256110250403067054
Binary1100011000100110101110100100010101010000011000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3189AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3189AE; }

 p { color: rgb(49,137,174); }

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

<style>
 a { background-color: #3189AE; }

 a { background-color: rgb(49,137,174); }

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

<style>
 span { border-color: #3189AE; }

 span { border-color: rgb(49,137,174); }

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