#328EAA

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

Shades of Scooter #328EAA

Tints of Scooter #328EAA

Color information

#328EAA (or 0x328EAA) is unknown color: approx Scooter. HEX triplet: 32, 8E and AA. RGB value is (50,142,170). Sum of RGB (Red+Green+Blue) = 50+142+170=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #328EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328EAA is #CD7155. Grayscale: #757575. Windows color (decimal): -13463894 or 11177522. OLE color: 11177522.

HSL color Cylindrical-coordinate representation of color #328EAA: hue angle of 194º 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 #328EAA is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB50142170-
CMYK0.710.1600.33
HSL194º54.55%43.14%-
HSV(B)194º70.59%66.67%-
XYZ18.2422.9341.49-
YUV117.68157.5279.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.81%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=13.81%
G=39.23%
B=46.96%

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
Decimal501421700.710.1600.3319454.5543.14
Hex328EAA4710021c2372b
Octal62216252107200413026753
Binary1100101000111010101010100011110000010000111000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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