#327E96

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

Shades of Scooter #327E96

Tints of Scooter #327E96

Color information

#327E96 (or 0x327E96) is unknown color: approx Scooter. HEX triplet: 32, 7E and 96. RGB value is (50,126,150). Sum of RGB (Red+Green+Blue) = 50+126+150=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #327E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E96 is #CD8169. Grayscale: #696969. Windows color (decimal): -13468010 or 9862706. OLE color: 9862706.

HSL color Cylindrical-coordinate representation of color #327E96: hue angle of 194.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327E96 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50126150-
CMYK0.670.1600.41
HSL194.4º50%39.22%-
HSV(B)194.4º66.67%58.82%-
XYZ14.2817.831.54-
YUV106.01152.8288.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 150 (58.98% from 255) = 46.01%
R=15.34%
G=38.65%
B=46.01%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501261500.670.1600.41194.45039.22
Hex327E964310029c23227
Octal62176226103200513026247
Binary110010111111010010110100001110000010100111000010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327E96; }

 p { color: rgb(50,126,150); }

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

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

 a { background-color: rgb(50,126,150); }

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

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

 span { border-color: rgb(50,126,150); }

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