#327E9C

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

Shades of Scooter #327E9C

Tints of Scooter #327E9C

Color information

#327E9C (or 0x327E9C) is unknown color: approx Scooter. HEX triplet: 32, 7E and 9C. RGB value is (50,126,156). Sum of RGB (Red+Green+Blue) = 50+126+156=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #327E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E9C is #CD8163. Grayscale: #6A6A6A. Windows color (decimal): -13468004 or 10255922. OLE color: 10255922.

HSL color Cylindrical-coordinate representation of color #327E9C: hue angle of 196.98º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #327E9C is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB50126156-
CMYK0.680.1900.39
HSL196.98º51.46%40.39%-
HSV(B)196.98º67.95%61.18%-
XYZ14.781834.15-
YUV106.7155.8287.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=15.06%
G=37.95%
B=46.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501261560.680.1900.39196.9851.4640.39
Hex327E9C4413027c53328
Octal62176234104230473056350
Binary110010111111010011100100010010011010011111000101110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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