#326D79

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

Shades of Atoll #326D79

Tints of Atoll #326D79

Color information

#326D79 (or 0x326D79) is unknown color: approx Atoll. HEX triplet: 32, 6D and 79. RGB value is (50,109,121). Sum of RGB (Red+Green+Blue) = 50+109+121=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #326D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D79 is #CD9286. Grayscale: #5C5C5C. Windows color (decimal): -13472391 or 7957810. OLE color: 7957810.

HSL color Cylindrical-coordinate representation of color #326D79: hue angle of 190.14º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326D79 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50109121-
CMYK0.590.1000.53
HSL190.14º41.52%33.53%-
HSV(B)190.14º58.68%47.45%-
XYZ10.241320.06-
YUV92.73143.9597.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.86%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 121 (47.66% from 255) = 43.21%
R=17.86%
G=38.93%
B=43.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501091210.590.1000.53190.1441.5233.53
Hex326D793BA035be2a22
Octal6215517173120652765242
Binary110010110110111110011110111010011010110111110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326D79; }

 p { color: rgb(50,109,121); }

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

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

 a { background-color: rgb(50,109,121); }

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

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

 span { border-color: rgb(50,109,121); }

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