#328FA7

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

Shades of Scooter #328FA7

Tints of Scooter #328FA7

Color information

#328FA7 (or 0x328FA7) is unknown color: approx Scooter. HEX triplet: 32, 8F and A7. RGB value is (50,143,167). Sum of RGB (Red+Green+Blue) = 50+143+167=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #328FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FA7 is #CD7058. Grayscale: #757575. Windows color (decimal): -13463641 or 10981170. OLE color: 10981170.

HSL color Cylindrical-coordinate representation of color #328FA7: hue angle of 192.31º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #328FA7 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB50143167-
CMYK0.700.1400.35
HSL192.31º53.92%42.55%-
HSV(B)192.31º70.06%65.49%-
XYZ18.1123.1140.07-
YUV117.93155.6979.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 167 (65.62% from 255) = 46.39%
R=13.89%
G=39.72%
B=46.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal501431670.700.1400.35192.3153.9242.55
Hex328FA746E023c0362b
Octal62217247106160433006653
Binary110010100011111010011110001101110010001111000000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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