#329499

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

Shades of Scooter #329499

Tints of Scooter #329499

Color information

#329499 (or 0x329499) is unknown color: approx Scooter. HEX triplet: 32, 94 and 99. RGB value is (50,148,153). Sum of RGB (Red+Green+Blue) = 50+148+153=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 153 (60.16% from 255 or 43.59% from 351); Max value from RGB is 153 - color contains mainly: blue. Hex color #329499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329499 is #CD6B66. Grayscale: #777777. Windows color (decimal): -13462375 or 10064946. OLE color: 10064946.

HSL color Cylindrical-coordinate representation of color #329499: hue angle of 182.91º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329499 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB50148153-
CMYK0.670.0300.4
HSL182.91º50.74%39.8%-
HSV(B)182.91º67.32%60%-
XYZ17.6624.1633.87-
YUV119.27147.0378.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.25%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 153 (60.16% from 255) = 43.59%
R=14.25%
G=42.17%
B=43.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501481530.670.0300.4182.9150.7439.8
Hex329499433028b73328
Octal6222423110330502676350
Binary1100101001010010011001100001111010100010110111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329499; }

 p { color: rgb(50,148,153); }

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

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

 a { background-color: rgb(50,148,153); }

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

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

 span { border-color: rgb(50,148,153); }

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