#326D71

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

Shades of Atoll #326D71

Tints of Atoll #326D71

Color information

#326D71 (or 0x326D71) is unknown color: approx Atoll. HEX triplet: 32, 6D and 71. RGB value is (50,109,113). Sum of RGB (Red+Green+Blue) = 50+109+113=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #326D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D71 is #CD928E. Grayscale: #5B5B5B. Windows color (decimal): -13472399 or 7433522. OLE color: 7433522.

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

Color convert

RGB50109113-
CMYK0.560.0400.56
HSL183.81º38.65%31.96%-
HSV(B)183.81º55.75%44.31%-
XYZ9.7612.8117.58-
YUV91.82139.9598.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=18.38%
G=40.07%
B=41.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501091130.560.0400.56183.8138.6531.96
Hex326D71384038b82720
Octal621551617040702704740
Binary11001011011011110001111000100011100010111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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