#329FA4

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

Shades of Scooter #329FA4

Tints of Scooter #329FA4

Color information

#329FA4 (or 0x329FA4) is unknown color: approx Scooter. HEX triplet: 32, 9F and A4. RGB value is (50,159,164). Sum of RGB (Red+Green+Blue) = 50+159+164=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 159 (62.5% from 255 or 42.63% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #329FA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329FA4 is #CD605B. Grayscale: #7E7E7E. Windows color (decimal): -13459548 or 10788658. OLE color: 10788658.

HSL color Cylindrical-coordinate representation of color #329FA4: hue angle of 182.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #329FA4 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50159164-
CMYK0.700.0300.36
HSL182.63º53.27%41.96%-
HSV(B)182.63º69.51%64.31%-
XYZ20.4128.1539.48-
YUV126.98148.8973.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.40%
GREEN value IS 159 (62.5% from 255) = 42.63%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=13.40%
G=42.63%
B=43.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501591640.700.0300.36182.6353.2741.96
Hex329FA4463024b7352a
Octal6223724410630442676552
Binary1100101001111110100100100011011010010010110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329FA4; }

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

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

<style>
 a { background-color: #329FA4; }

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

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

<style>
 span { border-color: #329FA4; }

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

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