#3394AB

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

Shades of Scooter #3394AB

Tints of Scooter #3394AB

Color information

#3394AB (or 0x3394AB) is unknown color: approx Scooter. HEX triplet: 33, 94 and AB. RGB value is (51,148,171). Sum of RGB (Red+Green+Blue) = 51+148+171=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #3394AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3394AB is #CC6B54. Grayscale: #797979. Windows color (decimal): -13396821 or 11244595. OLE color: 11244595.

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

Color convert

RGB51148171-
CMYK0.700.1300.33
HSL191.5º54.05%43.53%-
HSV(B)191.5º70.18%67.06%-
XYZ19.3124.8242.3-
YUV121.62155.8677.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.78%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 171 (67.19% from 255) = 46.22%
R=13.78%
G=40%
B=46.22%

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
Decimal511481710.700.1300.33191.554.0543.53
Hex3394AB46D021c0362c
Octal63224253106150413006654
Binary110011100101001010101110001101101010000111000000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3394AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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