#328691

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

Shades of Scooter #328691

Tints of Scooter #328691

Color information

#328691 (or 0x328691) is unknown color: approx Scooter. HEX triplet: 32, 86 and 91. RGB value is (50,134,145). Sum of RGB (Red+Green+Blue) = 50+134+145=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #328691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328691 is #CD796E. Grayscale: #6E6E6E. Windows color (decimal): -13465967 or 9537074. OLE color: 9537074.

HSL color Cylindrical-coordinate representation of color #328691: hue angle of 186.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328691 is Cyan = 0.66, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50134145-
CMYK0.660.0800.43
HSL186.95º48.72%38.24%-
HSV(B)186.95º65.52%56.86%-
XYZ14.9519.7729.82-
YUV110.14147.6785.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=15.20%
G=40.73%
B=44.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501341450.660.0800.43186.9548.7238.24
Hex32869142802Bbb3126
Octal62206221102100532736146
Binary110010100001101001000110000101000010101110111011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328691; }

 p { color: rgb(50,134,145); }

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

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

 a { background-color: rgb(50,134,145); }

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

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

 span { border-color: rgb(50,134,145); }

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