#327F96

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

Shades of Scooter #327F96

Tints of Scooter #327F96

Color information

#327F96 (or 0x327F96) is unknown color: approx Scooter. HEX triplet: 32, 7F and 96. RGB value is (50,127,150). Sum of RGB (Red+Green+Blue) = 50+127+150=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 150 (58.98% from 255 or 45.87% from 327); Max value from RGB is 150 - color contains mainly: blue. Hex color #327F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F96 is #CD8069. Grayscale: #6A6A6A. Windows color (decimal): -13467754 or 9862962. OLE color: 9862962.

HSL color Cylindrical-coordinate representation of color #327F96: hue angle of 193.8º 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 #327F96 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB50127150-
CMYK0.670.1500.41
HSL193.8º50%39.22%-
HSV(B)193.8º66.67%58.82%-
XYZ14.4118.0631.58-
YUV106.6152.4987.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.29%
GREEN value IS 127 (50% from 255) = 38.84%
BLUE value IS 150 (58.98% from 255) = 45.87%
R=15.29%
G=38.84%
B=45.87%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal501271500.670.1500.41193.85039.22
Hex327F9643F029c23227
Octal62177226103170513026247
Binary11001011111111001011010000111111010100111000010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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