#326E70

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

Shades of Atoll #326E70

Tints of Atoll #326E70

Color information

#326E70 (or 0x326E70) is unknown color: approx Atoll. HEX triplet: 32, 6E and 70. RGB value is (50,110,112). Sum of RGB (Red+Green+Blue) = 50+110+112=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #326E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E70 is #CD918F. Grayscale: #5C5C5C. Windows color (decimal): -13472144 or 7368242. OLE color: 7368242.

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

Color convert

RGB50110112-
CMYK0.550.0200.56
HSL181.94º38.27%31.76%-
HSV(B)181.94º55.36%43.92%-
XYZ9.821317.32-
YUV92.29139.1297.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 112 (44.14% from 255) = 41.18%
R=18.38%
G=40.44%
B=41.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal501101120.550.0200.56181.9438.2731.76
Hex326E70372038b62620
Octal621561606720702664640
Binary1100101101110111000011011110011100010110110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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