#326D74

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

Shades of Atoll #326D74

Tints of Atoll #326D74

Color information

#326D74 (or 0x326D74) is unknown color: approx Atoll. HEX triplet: 32, 6D and 74. RGB value is (50,109,116). Sum of RGB (Red+Green+Blue) = 50+109+116=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #326D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D74 is #CD928B. Grayscale: #5C5C5C. Windows color (decimal): -13472396 or 7630130. OLE color: 7630130.

HSL color Cylindrical-coordinate representation of color #326D74: hue angle of 186.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326D74 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50109116-
CMYK0.570.0600.55
HSL186.36º39.76%32.55%-
HSV(B)186.36º56.9%45.49%-
XYZ9.9412.8818.48-
YUV92.16141.4597.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 116 (45.70% from 255) = 42.18%
R=18.18%
G=39.64%
B=42.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501091160.570.0600.55186.3639.7632.55
Hex326D74396037ba2821
Octal621551647160672725041
Binary11001011011011110100111001110011011110111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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