#328B95

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

Shades of Scooter #328B95

Tints of Scooter #328B95

Color information

#328B95 (or 0x328B95) is unknown color: approx Scooter. HEX triplet: 32, 8B and 95. RGB value is (50,139,149). Sum of RGB (Red+Green+Blue) = 50+139+149=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 139 (54.69% from 255 or 41.12% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #328B95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B95 is #CD746A. Grayscale: #717171. Windows color (decimal): -13464683 or 9800498. OLE color: 9800498.

HSL color Cylindrical-coordinate representation of color #328B95: hue angle of 186.06º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328B95 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50139149-
CMYK0.660.0700.42
HSL186.06º49.75%39.02%-
HSV(B)186.06º66.44%58.43%-
XYZ15.9721.3131.71-
YUV113.53148.0182.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 139 (54.69% from 255) = 41.12%
BLUE value IS 149 (58.59% from 255) = 44.08%
R=14.79%
G=41.12%
B=44.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501391490.660.0700.42186.0649.7539.02
Hex328B9542702Aba3227
Octal6221322510270522726247
Binary11001010001011100101011000010111010101010111010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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