#3393AB

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

Shades of Scooter #3393AB

Tints of Scooter #3393AB

Color information

#3393AB (or 0x3393AB) is unknown color: approx Scooter. HEX triplet: 33, 93 and AB. RGB value is (51,147,171). Sum of RGB (Red+Green+Blue) = 51+147+171=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #3393AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3393AB is #CC6C54. Grayscale: #787878. Windows color (decimal): -13397077 or 11244339. OLE color: 11244339.

HSL color Cylindrical-coordinate representation of color #3393AB: hue angle of 192º 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 #3393AB is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB51147171-
CMYK0.700.1400.33
HSL192º54.05%43.53%-
HSV(B)192º70.18%67.06%-
XYZ19.1524.5142.25-
YUV121.03156.278.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.82%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=13.82%
G=39.84%
B=46.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511471710.700.1400.3319254.0543.53
Hex3393AB46E021c0362c
Octal63223253106160413006654
Binary110011100100111010101110001101110010000111000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3393AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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