#328B94

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

Shades of Scooter #328B94

Tints of Scooter #328B94

Color information

#328B94 (or 0x328B94) is unknown color: approx Scooter. HEX triplet: 32, 8B and 94. RGB value is (50,139,148). Sum of RGB (Red+Green+Blue) = 50+139+148=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 139 (54.69% from 255 or 41.25% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #328B94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B94 is #CD746B. Grayscale: #717171. Windows color (decimal): -13464684 or 9734962. OLE color: 9734962.

HSL color Cylindrical-coordinate representation of color #328B94: hue angle of 185.51º degrees, saturation: 0.49, 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 #328B94 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50139148-
CMYK0.660.0600.42
HSL185.51º49.49%38.82%-
HSV(B)185.51º66.22%58.04%-
XYZ15.8921.2831.29-
YUV113.42147.5182.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 139 (54.69% from 255) = 41.25%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=14.84%
G=41.25%
B=43.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501391480.660.0600.42185.5149.4938.82
Hex328B9442602Aba3127
Octal6221322410260522726147
Binary11001010001011100101001000010110010101010111010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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