#328E9F

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

Shades of Scooter #328E9F

Tints of Scooter #328E9F

Color information

#328E9F (or 0x328E9F) is unknown color: approx Scooter. HEX triplet: 32, 8E and 9F. RGB value is (50,142,159). Sum of RGB (Red+Green+Blue) = 50+142+159=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 142 (55.86% from 255 or 40.46% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #328E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328E9F is #CD7160. Grayscale: #747474. Windows color (decimal): -13463905 or 10456626. OLE color: 10456626.

HSL color Cylindrical-coordinate representation of color #328E9F: hue angle of 189.36º 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 #328E9F is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50142159-
CMYK0.690.1100.38
HSL189.36º52.15%40.98%-
HSV(B)189.36º68.55%62.35%-
XYZ17.2522.5336.24-
YUV116.43152.0280.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.25%
GREEN value IS 142 (55.86% from 255) = 40.46%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=14.25%
G=40.46%
B=45.30%

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
Decimal501421590.690.1100.38189.3652.1540.98
Hex328E9F45B026bd3429
Octal62216237105130462756451
Binary110010100011101001111110001011011010011010111101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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