#326C76

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

Shades of Atoll #326C76

Tints of Atoll #326C76

Color information

#326C76 (or 0x326C76) is unknown color: approx Atoll. HEX triplet: 32, 6C and 76. RGB value is (50,108,118). Sum of RGB (Red+Green+Blue) = 50+108+118=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #326C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C76 is #CD9389. Grayscale: #5B5B5B. Windows color (decimal): -13472650 or 7760946. OLE color: 7760946.

HSL color Cylindrical-coordinate representation of color #326C76: hue angle of 188.82º 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 #326C76 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB50108118-
CMYK0.580.0800.54
HSL188.82º40.48%32.94%-
HSV(B)188.82º57.63%46.27%-
XYZ9.9512.7119.07-
YUV91.8142.7898.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=18.12%
G=39.13%
B=42.75%

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
Decimal501081180.580.0800.54188.8240.4832.94
Hex326C763A8036bd2821
Octal6215416672100662755041
Binary110010110110011101101110101000011011010111101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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