#328BAB

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

Shades of Scooter #328BAB

Tints of Scooter #328BAB

Color information

#328BAB (or 0x328BAB) is unknown color: approx Scooter. HEX triplet: 32, 8B and AB. RGB value is (50,139,171). Sum of RGB (Red+Green+Blue) = 50+139+171=360 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.89% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #328BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328BAB is #CD7454. Grayscale: #737373. Windows color (decimal): -13464661 or 11242290. OLE color: 11242290.

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

Color convert

RGB50139171-
CMYK0.710.1900.33
HSL195.87º54.75%43.33%-
HSV(B)195.87º70.76%67.06%-
XYZ17.922.0841.85-
YUV116.04159.0180.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.89%
GREEN value IS 139 (54.69% from 255) = 38.61%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=13.89%
G=38.61%
B=47.5%

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
Decimal501391710.710.1900.33195.8754.7543.33
Hex328BAB4713021c4372b
Octal62213253107230413046753
Binary1100101000101110101011100011110011010000111000100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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