#326E71

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

Shades of Atoll #326E71

Tints of Atoll #326E71

Color information

#326E71 (or 0x326E71) is unknown color: approx Atoll. HEX triplet: 32, 6E and 71. RGB value is (50,110,113). Sum of RGB (Red+Green+Blue) = 50+110+113=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 113 (44.53% from 255 or 41.39% from 273); Max value from RGB is 113 - color contains mainly: blue. Hex color #326E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E71 is #CD918E. Grayscale: #5C5C5C. Windows color (decimal): -13472143 or 7433778. OLE color: 7433778.

HSL color Cylindrical-coordinate representation of color #326E71: hue angle of 182.86º 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 #326E71 is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB50110113-
CMYK0.560.0300.56
HSL182.86º38.65%31.96%-
HSV(B)182.86º55.75%44.31%-
XYZ9.8713.0217.62-
YUV92.4139.6297.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.32%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 113 (44.53% from 255) = 41.39%
R=18.32%
G=40.29%
B=41.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501101130.560.0300.56182.8638.6531.96
Hex326E71383038b72720
Octal621561617030702674740
Binary1100101101110111000111100011011100010110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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