#328CAB

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

Shades of Scooter #328CAB

Tints of Scooter #328CAB

Color information

#328CAB (or 0x328CAB) is unknown color: approx Scooter. HEX triplet: 32, 8C and AB. RGB value is (50,140,171). Sum of RGB (Red+Green+Blue) = 50+140+171=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #328CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328CAB is #CD7354. Grayscale: #747474. Windows color (decimal): -13464405 or 11242546. OLE color: 11242546.

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

Color convert

RGB50140171-
CMYK0.710.1800.33
HSL195.37º54.75%43.33%-
HSV(B)195.37º70.76%67.06%-
XYZ18.0422.3741.9-
YUV116.62158.6880.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.85%
GREEN value IS 140 (55.08% from 255) = 38.78%
BLUE value IS 171 (67.19% from 255) = 47.37%
R=13.85%
G=38.78%
B=47.37%

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
Decimal501401710.710.1800.33195.3754.7543.33
Hex328CAB4712021c3372b
Octal62214253107220413036753
Binary1100101000110010101011100011110010010000111000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,140,171); }

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

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

 a { background-color: rgb(50,140,171); }

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

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

 span { border-color: rgb(50,140,171); }

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