#328699

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

Shades of Scooter #328699

Tints of Scooter #328699

Color information

#328699 (or 0x328699) is unknown color: approx Scooter. HEX triplet: 32, 86 and 99. RGB value is (50,134,153). Sum of RGB (Red+Green+Blue) = 50+134+153=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #328699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328699 is #CD7966. Grayscale: #6E6E6E. Windows color (decimal): -13465959 or 10061362. OLE color: 10061362.

HSL color Cylindrical-coordinate representation of color #328699: hue angle of 191.07º 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 #328699 is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB50134153-
CMYK0.670.1200.4
HSL191.07º50.74%39.8%-
HSV(B)191.07º67.32%60%-
XYZ15.5920.0333.18-
YUV111.05151.6784.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.84%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=14.84%
G=39.76%
B=45.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal501341530.670.1200.4191.0750.7439.8
Hex32869943C028bf3328
Octal62206231103140502776350
Binary110010100001101001100110000111100010100010111111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328699; }

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

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

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

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

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

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

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

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