#328AAA

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

Shades of Scooter #328AAA

Tints of Scooter #328AAA

Color information

#328AAA (or 0x328AAA) is unknown color: approx Scooter. HEX triplet: 32, 8A and AA. RGB value is (50,138,170). Sum of RGB (Red+Green+Blue) = 50+138+170=358 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.97% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #328AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328AAA is #CD7555. Grayscale: #737373. Windows color (decimal): -13464918 or 11176498. OLE color: 11176498.

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

Color convert

RGB50138170-
CMYK0.710.1900.33
HSL196º54.55%43.14%-
HSV(B)196º70.59%66.67%-
XYZ17.6621.7641.3-
YUV115.34158.8581.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.97%
GREEN value IS 138 (54.30% from 255) = 38.55%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=13.97%
G=38.55%
B=47.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501381700.710.1900.3319654.5543.14
Hex328AAA4713021c4372b
Octal62212252107230413046753
Binary1100101000101010101010100011110011010000111000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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