#3392AB

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

Shades of Scooter #3392AB

Tints of Scooter #3392AB

Color information

#3392AB (or 0x3392AB) is unknown color: approx Scooter. HEX triplet: 33, 92 and AB. RGB value is (51,146,171). Sum of RGB (Red+Green+Blue) = 51+146+171=368 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.86% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #3392AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3392AB is #CC6D54. Grayscale: #787878. Windows color (decimal): -13397333 or 11244083. OLE color: 11244083.

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

Color convert

RGB51146171-
CMYK0.700.1500.33
HSL192.5º54.05%43.53%-
HSV(B)192.5º70.18%67.06%-
XYZ18.9924.242.2-
YUV120.44156.5378.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.86%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=13.86%
G=39.67%
B=46.47%

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
Decimal511461710.700.1500.33192.554.0543.53
Hex3392AB46F021c0362c
Octal63222253106170413006654
Binary110011100100101010101110001101111010000111000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3392AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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