#328F9B

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

Shades of Scooter #328F9B

Tints of Scooter #328F9B

Color information

#328F9B (or 0x328F9B) is unknown color: approx Scooter. HEX triplet: 32, 8F and 9B. RGB value is (50,143,155). Sum of RGB (Red+Green+Blue) = 50+143+155=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 143 (56.25% from 255 or 41.09% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #328F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F9B is #CD7064. Grayscale: #747474. Windows color (decimal): -13463653 or 10194738. OLE color: 10194738.

HSL color Cylindrical-coordinate representation of color #328F9B: hue angle of 186.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #328F9B is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50143155-
CMYK0.680.0800.39
HSL186.86º51.22%40.2%-
HSV(B)186.86º67.74%60.78%-
XYZ17.0522.6934.49-
YUV116.56149.6980.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 143 (56.25% from 255) = 41.09%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=14.37%
G=41.09%
B=44.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501431550.680.0800.39186.8651.2240.2
Hex328F9B448027bb3328
Octal62217233104100472736350
Binary110010100011111001101110001001000010011110111011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,143,155); }

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

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

 a { background-color: rgb(50,143,155); }

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

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

 span { border-color: rgb(50,143,155); }

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