#326F72

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

Shades of Atoll #326F72

Tints of Atoll #326F72

Color information

#326F72 (or 0x326F72) is unknown color: approx Atoll. HEX triplet: 32, 6F and 72. RGB value is (50,111,114). Sum of RGB (Red+Green+Blue) = 50+111+114=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #326F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F72 is #CD908D. Grayscale: #5D5D5D. Windows color (decimal): -13471886 or 7499570. OLE color: 7499570.

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

Color convert

RGB50111114-
CMYK0.560.0300.55
HSL182.81º39.02%32.16%-
HSV(B)182.81º56.14%44.71%-
XYZ10.0413.2617.95-
YUV93.1139.7997.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=18.18%
G=40.36%
B=41.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501111140.560.0300.55182.8139.0232.16
Hex326F72383037b72720
Octal621571627030672674740
Binary1100101101111111001011100011011011110110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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