#329DA2

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

Shades of Scooter #329DA2

Tints of Scooter #329DA2

Color information

#329DA2 (or 0x329DA2) is unknown color: approx Scooter. HEX triplet: 32, 9D and A2. RGB value is (50,157,162). Sum of RGB (Red+Green+Blue) = 50+157+162=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 157 (61.72% from 255 or 42.55% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 162 - color contains mainly: blue. Hex color #329DA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DA2 is #CD625D. Grayscale: #7D7D7D. Windows color (decimal): -13460062 or 10657074. OLE color: 10657074.

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

Color convert

RGB50157162-
CMYK0.690.0300.36
HSL182.68º52.83%41.57%-
HSV(B)182.68º69.14%63.53%-
XYZ19.8927.438.42-
YUV125.58148.5574.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.55%
GREEN value IS 157 (61.72% from 255) = 42.55%
BLUE value IS 162 (63.67% from 255) = 43.90%
R=13.55%
G=42.55%
B=43.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501571620.690.0300.36182.6852.8341.57
Hex329DA2453024b7352a
Octal6223524210530442676552
Binary1100101001110110100010100010111010010010110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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