#326D76

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

Shades of Atoll #326D76

Tints of Atoll #326D76

Color information

#326D76 (or 0x326D76) is unknown color: approx Atoll. HEX triplet: 32, 6D and 76. RGB value is (50,109,118). Sum of RGB (Red+Green+Blue) = 50+109+118=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #326D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D76 is #CD9289. Grayscale: #5C5C5C. Windows color (decimal): -13472394 or 7761202. OLE color: 7761202.

HSL color Cylindrical-coordinate representation of color #326D76: hue angle of 187.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326D76 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB50109118-
CMYK0.580.0800.54
HSL187.94º40.48%32.94%-
HSV(B)187.94º57.63%46.27%-
XYZ10.0512.9219.1-
YUV92.38142.4597.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 109 (42.97% from 255) = 39.35%
BLUE value IS 118 (46.48% from 255) = 42.60%
R=18.05%
G=39.35%
B=42.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501091180.580.0800.54187.9440.4832.94
Hex326D763A8036bc2821
Octal6215516672100662745041
Binary110010110110111101101110101000011011010111100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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