#328DA3

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

Shades of Scooter #328DA3

Tints of Scooter #328DA3

Color information

#328DA3 (or 0x328DA3) is unknown color: approx Scooter. HEX triplet: 32, 8D and A3. RGB value is (50,141,163). Sum of RGB (Red+Green+Blue) = 50+141+163=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 163 (64.06% from 255 or 46.05% from 354); Max value from RGB is 163 - color contains mainly: blue. Hex color #328DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328DA3 is #CD725C. Grayscale: #747474. Windows color (decimal): -13464157 or 10718514. OLE color: 10718514.

HSL color Cylindrical-coordinate representation of color #328DA3: hue angle of 191.68º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #328DA3 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50141163-
CMYK0.690.1300.36
HSL191.68º53.05%41.76%-
HSV(B)191.68º69.33%63.92%-
XYZ17.4522.3738.05-
YUV116.3154.3580.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.12%
GREEN value IS 141 (55.47% from 255) = 39.83%
BLUE value IS 163 (64.06% from 255) = 46.05%
R=14.12%
G=39.83%
B=46.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501411630.690.1300.36191.6853.0541.76
Hex328DA345D024c0352a
Octal62215243105150443006552
Binary110010100011011010001110001011101010010011000000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,141,163); }

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

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

 a { background-color: rgb(50,141,163); }

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

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

 span { border-color: rgb(50,141,163); }

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