#328892

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

Shades of Scooter #328892

Tints of Scooter #328892

Color information

#328892 (or 0x328892) is unknown color: approx Scooter. HEX triplet: 32, 88 and 92. RGB value is (50,136,146). Sum of RGB (Red+Green+Blue) = 50+136+146=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #328892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328892 is #CD776D. Grayscale: #6F6F6F. Windows color (decimal): -13465454 or 9603122. OLE color: 9603122.

HSL color Cylindrical-coordinate representation of color #328892: hue angle of 186.25º 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 #328892 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50136146-
CMYK0.660.0700.43
HSL186.25º48.98%38.43%-
HSV(B)186.25º65.75%57.25%-
XYZ15.3120.3630.32-
YUV111.43147.5184.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=15.06%
G=40.96%
B=43.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501361460.660.0700.43186.2548.9838.43
Hex32889242702Bba3126
Octal6221022210270532726146
Binary11001010001000100100101000010111010101110111010110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328892; }

 p { color: rgb(50,136,146); }

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

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

 a { background-color: rgb(50,136,146); }

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

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

 span { border-color: rgb(50,136,146); }

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