#329EA4

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

Shades of Scooter #329EA4

Tints of Scooter #329EA4

Color information

#329EA4 (or 0x329EA4) is unknown color: approx Scooter. HEX triplet: 32, 9E and A4. RGB value is (50,158,164). Sum of RGB (Red+Green+Blue) = 50+158+164=372 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.44% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #329EA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EA4 is #CD615B. Grayscale: #7E7E7E. Windows color (decimal): -13459804 or 10788402. OLE color: 10788402.

HSL color Cylindrical-coordinate representation of color #329EA4: hue angle of 183.16º 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 #329EA4 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50158164-
CMYK0.700.0400.36
HSL183.16º53.27%41.96%-
HSV(B)183.16º69.51%64.31%-
XYZ20.2427.8139.42-
YUV126.39149.2273.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.44%
GREEN value IS 158 (62.11% from 255) = 42.47%
BLUE value IS 164 (64.45% from 255) = 44.09%
R=13.44%
G=42.47%
B=44.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501581640.700.0400.36183.1653.2741.96
Hex329EA4464024b7352a
Octal6223624410640442676552
Binary11001010011110101001001000110100010010010110111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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