#3391AB

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

Shades of Scooter #3391AB

Tints of Scooter #3391AB

Color information

#3391AB (or 0x3391AB) is unknown color: approx Scooter. HEX triplet: 33, 91 and AB. RGB value is (51,145,171). Sum of RGB (Red+Green+Blue) = 51+145+171=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #3391AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3391AB is #CC6E54. Grayscale: #777777. Windows color (decimal): -13397589 or 11243827. OLE color: 11243827.

HSL color Cylindrical-coordinate representation of color #3391AB: hue angle of 193º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3391AB is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51145171-
CMYK0.700.1500.33
HSL193º54.05%43.53%-
HSV(B)193º70.18%67.06%-
XYZ18.8423.8942.15-
YUV119.86156.8678.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.90%
GREEN value IS 145 (57.03% from 255) = 39.51%
BLUE value IS 171 (67.19% from 255) = 46.59%
R=13.90%
G=39.51%
B=46.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511451710.700.1500.3319354.0543.53
Hex3391AB46F021c1362c
Octal63221253106170413016654
Binary110011100100011010101110001101111010000111000001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3391AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,145,171); }

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

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

 a { background-color: rgb(51,145,171); }

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

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

 span { border-color: rgb(51,145,171); }

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