#326D72

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

Shades of Atoll #326D72

Tints of Atoll #326D72

Color information

#326D72 (or 0x326D72) is unknown color: approx Atoll. HEX triplet: 32, 6D and 72. RGB value is (50,109,114). Sum of RGB (Red+Green+Blue) = 50+109+114=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 114 - color contains mainly: blue. Hex color #326D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D72 is #CD928D. Grayscale: #5B5B5B. Windows color (decimal): -13472398 or 7499058. OLE color: 7499058.

HSL color Cylindrical-coordinate representation of color #326D72: hue angle of 184.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #326D72 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50109114-
CMYK0.560.0400.55
HSL184.69º39.02%32.16%-
HSV(B)184.69º56.14%44.71%-
XYZ9.8212.8317.88-
YUV91.93140.4598.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 109 (42.97% from 255) = 39.93%
BLUE value IS 114 (44.92% from 255) = 41.76%
R=18.32%
G=39.93%
B=41.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501091140.560.0400.55184.6939.0232.16
Hex326D72384037b92720
Octal621551627040672714740
Binary11001011011011110010111000100011011110111001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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