#3395AB

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

Shades of Scooter #3395AB

Tints of Scooter #3395AB

Color information

#3395AB (or 0x3395AB) is unknown color: approx Scooter. HEX triplet: 33, 95 and AB. RGB value is (51,149,171). Sum of RGB (Red+Green+Blue) = 51+149+171=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #3395AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3395AB is #CC6A54. Grayscale: #7A7A7A. Windows color (decimal): -13396565 or 11244851. OLE color: 11244851.

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

Color convert

RGB51149171-
CMYK0.700.1300.33
HSL191º54.05%43.53%-
HSV(B)191º70.18%67.06%-
XYZ19.4625.1442.35-
YUV122.21155.5377.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 149 (58.59% from 255) = 40.16%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=13.75%
G=40.16%
B=46.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511491710.700.1300.3319154.0543.53
Hex3395AB46D021bf362c
Octal63225253106150412776654
Binary110011100101011010101110001101101010000110111111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3395AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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