#328FAB

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

Shades of Scooter #328FAB

Tints of Scooter #328FAB

Color information

#328FAB (or 0x328FAB) is unknown color: approx Scooter. HEX triplet: 32, 8F and AB. RGB value is (50,143,171). Sum of RGB (Red+Green+Blue) = 50+143+171=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #328FAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FAB is #CD7054. Grayscale: #767676. Windows color (decimal): -13463637 or 11243314. OLE color: 11243314.

HSL color Cylindrical-coordinate representation of color #328FAB: hue angle of 193.88º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328FAB is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50143171-
CMYK0.710.1600.33
HSL193.88º54.75%43.33%-
HSV(B)193.88º70.76%67.06%-
XYZ18.4923.2642.04-
YUV118.38157.6979.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 143 (56.25% from 255) = 39.29%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=13.74%
G=39.29%
B=46.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501431710.710.1600.33193.8854.7543.33
Hex328FAB4710021c2372b
Octal62217253107200413026753
Binary1100101000111110101011100011110000010000111000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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