#328A9F

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

Shades of Scooter #328A9F

Tints of Scooter #328A9F

Color information

#328A9F (or 0x328A9F) is unknown color: approx Scooter. HEX triplet: 32, 8A and 9F. RGB value is (50,138,159). Sum of RGB (Red+Green+Blue) = 50+138+159=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #328A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328A9F is #CD7560. Grayscale: #717171. Windows color (decimal): -13464929 or 10455602. OLE color: 10455602.

HSL color Cylindrical-coordinate representation of color #328A9F: hue angle of 191.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328A9F is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50138159-
CMYK0.690.1300.38
HSL191.56º52.15%40.98%-
HSV(B)191.56º68.55%62.35%-
XYZ16.6621.3636.05-
YUV114.08153.3582.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 138 (54.30% from 255) = 39.77%
BLUE value IS 159 (62.5% from 255) = 45.82%
R=14.41%
G=39.77%
B=45.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501381590.690.1300.38191.5652.1540.98
Hex328A9F45D026c03429
Octal62212237105150463006451
Binary110010100010101001111110001011101010011011000000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328A9F; }

 p { color: rgb(50,138,159); }

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

<style>
 a { background-color: #328A9F; }

 a { background-color: rgb(50,138,159); }

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

<style>
 span { border-color: #328A9F; }

 span { border-color: rgb(50,138,159); }

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