#328B96

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

Shades of Scooter #328B96

Tints of Scooter #328B96

Color information

#328B96 (or 0x328B96) is unknown color: approx Scooter. HEX triplet: 32, 8B and 96. RGB value is (50,139,150). Sum of RGB (Red+Green+Blue) = 50+139+150=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 139 (54.69% from 255 or 41.00% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #328B96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B96 is #CD7469. Grayscale: #717171. Windows color (decimal): -13464682 or 9866034. OLE color: 9866034.

HSL color Cylindrical-coordinate representation of color #328B96: hue angle of 186.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 #328B96 is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50139150-
CMYK0.670.0700.41
HSL186.6º50%39.22%-
HSV(B)186.6º66.67%58.82%-
XYZ16.0521.3532.13-
YUV113.64148.5182.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 139 (54.69% from 255) = 41.00%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=14.75%
G=41.00%
B=44.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501391500.670.0700.41186.65039.22
Hex328B96437029bb3227
Octal6221322610370512736247
Binary11001010001011100101101000011111010100110111011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328B96; }

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

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

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

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

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

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

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

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