#329A9F

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

Shades of Scooter #329A9F

Tints of Scooter #329A9F

Color information

#329A9F (or 0x329A9F) is unknown color: approx Scooter. HEX triplet: 32, 9A and 9F. RGB value is (50,154,159). Sum of RGB (Red+Green+Blue) = 50+154+159=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 159 - color contains mainly: blue. Hex color #329A9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329A9F is #CD6560. Grayscale: #7B7B7B. Windows color (decimal): -13460833 or 10459698. OLE color: 10459698.

HSL color Cylindrical-coordinate representation of color #329A9F: hue angle of 182.75º 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 #329A9F is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50154159-
CMYK0.690.0300.38
HSL182.75º52.15%40.98%-
HSV(B)182.75º68.55%62.35%-
XYZ19.1326.2936.87-
YUV123.47148.0475.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 159 (62.5% from 255) = 43.80%
R=13.77%
G=42.42%
B=43.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501541590.690.0300.38182.7552.1540.98
Hex329A9F453026b73429
Octal6223223710530462676451
Binary1100101001101010011111100010111010011010110111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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