#327E99

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

Shades of Scooter #327E99

Tints of Scooter #327E99

Color information

#327E99 (or 0x327E99) is unknown color: approx Scooter. HEX triplet: 32, 7E and 99. RGB value is (50,126,153). Sum of RGB (Red+Green+Blue) = 50+126+153=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #327E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E99 is #CD8166. Grayscale: #6A6A6A. Windows color (decimal): -13468007 or 10059314. OLE color: 10059314.

HSL color Cylindrical-coordinate representation of color #327E99: hue angle of 195.73º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #327E99 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB50126153-
CMYK0.670.1800.4
HSL195.73º50.74%39.8%-
HSV(B)195.73º67.32%60%-
XYZ14.5317.932.83-
YUV106.35154.3287.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.20%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=15.20%
G=38.30%
B=46.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501261530.670.1800.4195.7350.7439.8
Hex327E994312028c43328
Octal62176231103220503046350
Binary110010111111010011001100001110010010100011000100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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