#329096

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

Shades of Scooter #329096

Tints of Scooter #329096

Color information

#329096 (or 0x329096) is unknown color: approx Scooter. HEX triplet: 32, 90 and 96. RGB value is (50,144,150). Sum of RGB (Red+Green+Blue) = 50+144+150=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #329096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329096 is #CD6F69. Grayscale: #747474. Windows color (decimal): -13463402 or 9867314. OLE color: 9867314.

HSL color Cylindrical-coordinate representation of color #329096: hue angle of 183.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329096 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50144150-
CMYK0.670.0400.41
HSL183.6º50%39.22%-
HSV(B)183.6º66.67%58.82%-
XYZ16.7922.8332.38-
YUV116.58146.8680.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.53%
GREEN value IS 144 (56.64% from 255) = 41.86%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=14.53%
G=41.86%
B=43.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501441500.670.0400.41183.65039.22
Hex329096434029b83227
Octal6222022610340512706247
Binary11001010010000100101101000011100010100110111000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329096; }

 p { color: rgb(50,144,150); }

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

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

 a { background-color: rgb(50,144,150); }

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

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

 span { border-color: rgb(50,144,150); }

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