#328BAC

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

Shades of Scooter #328BAC

Tints of Scooter #328BAC

Color information

#328BAC (or 0x328BAC) is unknown color: approx Scooter. HEX triplet: 32, 8B and AC. RGB value is (50,139,172). Sum of RGB (Red+Green+Blue) = 50+139+172=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #328BAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BAC is #CD7453. Grayscale: #737373. Windows color (decimal): -13464660 or 11307826. OLE color: 11307826.

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

Color convert

RGB50139172-
CMYK0.710.1900.33
HSL196.23º54.95%43.53%-
HSV(B)196.23º70.93%67.45%-
XYZ17.9922.1242.35-
YUV116.15159.5180.82-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 139 (54.69% from 255) = 38.50%
BLUE value IS 172 (67.58% from 255) = 47.65%
R=13.85%
G=38.50%
B=47.65%

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
Decimal501391720.710.1900.33196.2354.9543.53
Hex328BAC4713021c4372c
Octal62213254107230413046754
Binary1100101000101110101100100011110011010000111000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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