#328D9F

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

Shades of Scooter #328D9F

Tints of Scooter #328D9F

Color information

#328D9F (or 0x328D9F) is unknown color: approx Scooter. HEX triplet: 32, 8D and 9F. RGB value is (50,141,159). Sum of RGB (Red+Green+Blue) = 50+141+159=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #328D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328D9F is #CD7260. Grayscale: #737373. Windows color (decimal): -13464161 or 10456370. OLE color: 10456370.

HSL color Cylindrical-coordinate representation of color #328D9F: hue angle of 189.91º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328D9F is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50141159-
CMYK0.690.1100.38
HSL189.91º52.15%40.98%-
HSV(B)189.91º68.55%62.35%-
XYZ17.122.2336.19-
YUV115.84152.3581.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.29%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=14.29%
G=40.29%
B=45.43%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501411590.690.1100.38189.9152.1540.98
Hex328D9F45B026be3429
Octal62215237105130462766451
Binary110010100011011001111110001011011010011010111110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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