#328B9A

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

Shades of Scooter #328B9A

Tints of Scooter #328B9A

Color information

#328B9A (or 0x328B9A) is unknown color: approx Scooter. HEX triplet: 32, 8B and 9A. RGB value is (50,139,154). Sum of RGB (Red+Green+Blue) = 50+139+154=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #328B9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328B9A is #CD7465. Grayscale: #717171. Windows color (decimal): -13464678 or 10128178. OLE color: 10128178.

HSL color Cylindrical-coordinate representation of color #328B9A: hue angle of 188.65º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #328B9A is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB50139154-
CMYK0.680.1000.40
HSL188.65º50.98%40%-
HSV(B)188.65º67.53%60.39%-
XYZ16.3821.4833.85-
YUV114.1150.5182.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.58%
GREEN value IS 139 (54.69% from 255) = 40.52%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=14.58%
G=40.52%
B=44.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501391540.680.1000.40188.6550.9840
Hex328B9A44A028bd3328
Octal62213232104120502756350
Binary110010100010111001101010001001010010100010111101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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