#327f82

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

Shades of Atoll #327F82

Tints of Atoll #327F82

Color information

#327F82 (or 0x327F82) is unknown color: approx Atoll. HEX triplet: 32, 7F and 82. RGB value is (50,127,130). Sum of RGB (Red+Green+Blue) = 50+127+130=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #327F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F82 is #CD807D. Grayscale: #686868. Windows color (decimal): -13467774 or 8552242. OLE color: 8552242.

HSL color Cylindrical-coordinate representation of color #327F82: hue angle of 182.25º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327F82 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50127130-
CMYK0.620.0200.49
HSL182.25º44.44%35.29%-
HSV(B)182.25º61.54%50.98%-
XYZ12.9317.4723.81-
YUV104.32142.4989.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 127 (50% from 255) = 41.37%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=16.29%
G=41.37%
B=42.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501271300.620.0200.49182.2544.4435.29
Hex327F823E2031b62c23
Octal621772027620612665443
Binary11001011111111000001011111010011000110110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327f82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327f82; }

 p { color: rgb(50,127,130); }

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

<style>
 a { background-color: #327f82; }

 a { background-color: rgb(50,127,130); }

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

<style>
 span { border-color: #327f82; }

 span { border-color: rgb(50,127,130); }

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