#327D82

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

Shades of Atoll #327D82

Tints of Atoll #327D82

Color information

#327D82 (or 0x327D82) is unknown color: approx Atoll. HEX triplet: 32, 7D and 82. RGB value is (50,125,130). Sum of RGB (Red+Green+Blue) = 50+125+130=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #327D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327D82 is #CD827D. Grayscale: #676767. Windows color (decimal): -13468286 or 8551730. OLE color: 8551730.

HSL color Cylindrical-coordinate representation of color #327D82: hue angle of 183.75º 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 #327D82 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50125130-
CMYK0.620.0400.49
HSL183.75º44.44%35.29%-
HSV(B)183.75º61.54%50.98%-
XYZ12.6816.9623.72-
YUV103.15143.1590.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.39%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 130 (51.17% from 255) = 42.62%
R=16.39%
G=40.98%
B=42.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501251300.620.0400.49183.7544.4435.29
Hex327D823E4031b82c23
Octal621752027640612705443
Binary110010111110110000010111110100011000110111000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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