#326E72

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

Shades of Atoll #326E72

Tints of Atoll #326E72

Color information

#326E72 (or 0x326E72) is unknown color: approx Atoll. HEX triplet: 32, 6E and 72. RGB value is (50,110,114). Sum of RGB (Red+Green+Blue) = 50+110+114=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #326E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E72 is #CD918D. Grayscale: #5C5C5C. Windows color (decimal): -13472142 or 7499314. OLE color: 7499314.

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

Color convert

RGB50110114-
CMYK0.560.0400.55
HSL183.75º39.02%32.16%-
HSV(B)183.75º56.14%44.71%-
XYZ9.9313.0417.91-
YUV92.52140.1297.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.25%
GREEN value IS 110 (43.36% from 255) = 40.15%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=18.25%
G=40.15%
B=41.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501101140.560.0400.55183.7539.0232.16
Hex326E72384037b82720
Octal621561627040672704740
Binary11001011011101110010111000100011011110111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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