#328DAC

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

Shades of Scooter #328DAC

Tints of Scooter #328DAC

Color information

#328DAC (or 0x328DAC) is unknown color: approx Scooter. HEX triplet: 32, 8D and AC. RGB value is (50,141,172). Sum of RGB (Red+Green+Blue) = 50+141+172=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #328DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DAC is #CD7253. Grayscale: #757575. Windows color (decimal): -13464148 or 11308338. OLE color: 11308338.

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

Color convert

RGB50141172-
CMYK0.710.1800.33
HSL195.25º54.95%43.53%-
HSV(B)195.25º70.93%67.45%-
XYZ18.2922.7142.45-
YUV117.32158.8579.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.77%
GREEN value IS 141 (55.47% from 255) = 38.84%
BLUE value IS 172 (67.58% from 255) = 47.38%
R=13.77%
G=38.84%
B=47.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501411720.710.1800.33195.2554.9543.53
Hex328DAC4712021c3372c
Octal62215254107220413036754
Binary1100101000110110101100100011110010010000111000011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,172); }

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

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

 a { background-color: rgb(50,141,172); }

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

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

 span { border-color: rgb(50,141,172); }

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