#3390AB

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

Shades of Scooter #3390AB

Tints of Scooter #3390AB

Color information

#3390AB (or 0x3390AB) is unknown color: approx Scooter. HEX triplet: 33, 90 and AB. RGB value is (51,144,171). Sum of RGB (Red+Green+Blue) = 51+144+171=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #3390AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3390AB is #CC6F54. Grayscale: #777777. Windows color (decimal): -13397845 or 11243571. OLE color: 11243571.

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

Color convert

RGB51144171-
CMYK0.700.1600.33
HSL193.5º54.05%43.53%-
HSV(B)193.5º70.18%67.06%-
XYZ18.6923.5942.1-
YUV119.27157.1979.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.93%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=13.93%
G=39.34%
B=46.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal511441710.700.1600.33193.554.0543.53
Hex3390AB4610021c2362c
Octal63220253106200413026654
Binary1100111001000010101011100011010000010000111000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3390AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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