#327E9F

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

Shades of Scooter #327E9F

Tints of Scooter #327E9F

Color information

#327E9F (or 0x327E9F) is unknown color: approx Scooter. HEX triplet: 32, 7E and 9F. RGB value is (50,126,159). Sum of RGB (Red+Green+Blue) = 50+126+159=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #327E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E9F is #CD8160. Grayscale: #6A6A6A. Windows color (decimal): -13468001 or 10452530. OLE color: 10452530.

HSL color Cylindrical-coordinate representation of color #327E9F: hue angle of 198.17º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #327E9F is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB50126159-
CMYK0.690.2100.38
HSL198.17º52.15%40.98%-
HSV(B)198.17º68.55%62.35%-
XYZ15.0318.135.5-
YUV107.04157.3287.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 126 (49.61% from 255) = 37.61%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=14.93%
G=37.61%
B=47.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501261590.690.2100.38198.1752.1540.98
Hex327E9F4515026c63429
Octal62176237105250463066451
Binary110010111111010011111100010110101010011011000110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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