#328EA3

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

Shades of Scooter #328EA3

Tints of Scooter #328EA3

Color information

#328EA3 (or 0x328EA3) is unknown color: approx Scooter. HEX triplet: 32, 8E and A3. RGB value is (50,142,163). Sum of RGB (Red+Green+Blue) = 50+142+163=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #328EA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328EA3 is #CD715C. Grayscale: #747474. Windows color (decimal): -13463901 or 10718770. OLE color: 10718770.

HSL color Cylindrical-coordinate representation of color #328EA3: hue angle of 191.15º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328EA3 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50142163-
CMYK0.690.1300.36
HSL191.15º53.05%41.76%-
HSV(B)191.15º69.33%63.92%-
XYZ17.622.6738.1-
YUV116.89154.0280.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.08%
GREEN value IS 142 (55.86% from 255) = 40%
BLUE value IS 163 (64.06% from 255) = 45.92%
R=14.08%
G=40%
B=45.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501421630.690.1300.36191.1553.0541.76
Hex328EA345D024bf352a
Octal62216243105150442776552
Binary110010100011101010001110001011101010010010111111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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