#328393

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

Shades of Scooter #328393

Tints of Scooter #328393

Color information

#328393 (or 0x328393) is unknown color: approx Scooter. HEX triplet: 32, 83 and 93. RGB value is (50,131,147). Sum of RGB (Red+Green+Blue) = 50+131+147=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #328393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328393 is #CD7C6C. Grayscale: #6C6C6C. Windows color (decimal): -13466733 or 9667378. OLE color: 9667378.

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

Color convert

RGB50131147-
CMYK0.660.1100.42
HSL189.9º49.24%38.63%-
HSV(B)189.9º65.99%57.65%-
XYZ14.719.0230.5-
YUV108.6149.6686.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=15.24%
G=39.94%
B=44.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501311470.660.1100.42189.949.2438.63
Hex32839342B02Abe3127
Octal62203223102130522766147
Binary110010100000111001001110000101011010101010111110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328393; }

 p { color: rgb(50,131,147); }

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

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

 a { background-color: rgb(50,131,147); }

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

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

 span { border-color: rgb(50,131,147); }

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