#328FAF

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

Shades of Scooter #328FAF

Tints of Scooter #328FAF

Color information

#328FAF (or 0x328FAF) is unknown color: approx Scooter. HEX triplet: 32, 8F and AF. RGB value is (50,143,175). Sum of RGB (Red+Green+Blue) = 50+143+175=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #328FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328FAF is #CD7050. Grayscale: #767676. Windows color (decimal): -13463633 or 11505458. OLE color: 11505458.

HSL color Cylindrical-coordinate representation of color #328FAF: hue angle of 195.36º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #328FAF is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB50143175-
CMYK0.710.1800.31
HSL195.36º55.56%44.12%-
HSV(B)195.36º71.43%68.63%-
XYZ18.8823.4244.08-
YUV118.84159.6978.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.59%
GREEN value IS 143 (56.25% from 255) = 38.86%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=13.59%
G=38.86%
B=47.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal501431750.710.1800.31195.3655.5644.12
Hex328FAF471201Fc3382c
Octal62217257107220373037054
Binary110010100011111010111110001111001001111111000011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328FAF; }

 p { color: rgb(50,143,175); }

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

<style>
 a { background-color: #328FAF; }

 a { background-color: rgb(50,143,175); }

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

<style>
 span { border-color: #328FAF; }

 span { border-color: rgb(50,143,175); }

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