#329DA5

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

Shades of Scooter #329DA5

Tints of Scooter #329DA5

Color information

#329DA5 (or 0x329DA5) is unknown color: approx Scooter. HEX triplet: 32, 9D and A5. RGB value is (50,157,165). Sum of RGB (Red+Green+Blue) = 50+157+165=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 165 (64.84% from 255 or 44.35% from 372); Max value from RGB is 165 - color contains mainly: blue. Hex color #329DA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DA5 is #CD625A. Grayscale: #7D7D7D. Windows color (decimal): -13460059 or 10853682. OLE color: 10853682.

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

Color convert

RGB50157165-
CMYK0.700.0500.35
HSL184.17º53.49%42.16%-
HSV(B)184.17º69.7%64.71%-
XYZ20.1627.5139.84-
YUV125.92150.0573.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.44%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 165 (64.84% from 255) = 44.35%
R=13.44%
G=42.20%
B=44.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501571650.700.0500.35184.1753.4942.16
Hex329DA5465023b8352a
Octal6223524510650432706552
Binary11001010011101101001011000110101010001110111000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,157,165); }

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

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

 a { background-color: rgb(50,157,165); }

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

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

 span { border-color: rgb(50,157,165); }

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