#328684

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

Shades of Atoll #328684

Tints of Atoll #328684

Color information

#328684 (or 0x328684) is unknown color: approx Atoll. HEX triplet: 32, 86 and 84. RGB value is (50,134,132). Sum of RGB (Red+Green+Blue) = 50+134+132=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #328684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328684 is #CD797B. Grayscale: #6C6C6C. Windows color (decimal): -13465980 or 8685106. OLE color: 8685106.

HSL color Cylindrical-coordinate representation of color #328684: hue angle of 178.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328684 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB50134132-
CMYK0.6300.010.47
HSL178.57º45.65%36.08%-
HSV(B)178.57º62.69%52.55%-
XYZ14.0119.3924.84-
YUV108.66141.1786.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=15.82%
G=42.41%
B=41.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501341320.6300.010.47178.5745.6536.08
Hex3286843F012Fb32e24
Octal622062047701572635644
Binary11001010000110100001001111110110111110110011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328684; }

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

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

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

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

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

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

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

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