#328EA1

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

Shades of Scooter #328EA1

Tints of Scooter #328EA1

Color information

#328EA1 (or 0x328EA1) is unknown color: approx Scooter. HEX triplet: 32, 8E and A1. RGB value is (50,142,161). Sum of RGB (Red+Green+Blue) = 50+142+161=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #328EA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328EA1 is #CD715E. Grayscale: #747474. Windows color (decimal): -13463903 or 10587698. OLE color: 10587698.

HSL color Cylindrical-coordinate representation of color #328EA1: hue angle of 190.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328EA1 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB50142161-
CMYK0.690.1200.37
HSL190.27º52.61%41.37%-
HSV(B)190.27º68.94%63.14%-
XYZ17.4222.637.16-
YUV116.66153.0280.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.16%
GREEN value IS 142 (55.86% from 255) = 40.23%
BLUE value IS 161 (63.28% from 255) = 45.61%
R=14.16%
G=40.23%
B=45.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501421610.690.1200.37190.2752.6141.37
Hex328EA145C025be3529
Octal62216241105140452766551
Binary110010100011101010000110001011100010010110111110110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,142,161); }

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

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

 a { background-color: rgb(50,142,161); }

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

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

 span { border-color: rgb(50,142,161); }

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