#328994

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

Shades of Scooter #328994

Tints of Scooter #328994

Color information

#328994 (or 0x328994) is unknown color: approx Scooter. HEX triplet: 32, 89 and 94. RGB value is (50,137,148). Sum of RGB (Red+Green+Blue) = 50+137+148=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 148 - color contains mainly: blue. Hex color #328994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328994 is #CD766B. Grayscale: #707070. Windows color (decimal): -13465196 or 9734450. OLE color: 9734450.

HSL color Cylindrical-coordinate representation of color #328994: hue angle of 186.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #328994 is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50137148-
CMYK0.660.0700.42
HSL186.73º49.49%38.82%-
HSV(B)186.73º66.22%58.04%-
XYZ15.6120.7131.19-
YUV112.24148.1883.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 148 (58.20% from 255) = 44.18%
R=14.93%
G=40.90%
B=44.18%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501371480.660.0700.42186.7349.4938.82
Hex32899442702Abb3127
Octal6221122410270522736147
Binary11001010001001100101001000010111010101010111011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328994; }

 p { color: rgb(50,137,148); }

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

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

 a { background-color: rgb(50,137,148); }

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

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

 span { border-color: rgb(50,137,148); }

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