#327A80

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

Shades of Atoll #327A80

Tints of Atoll #327A80

Color information

#327A80 (or 0x327A80) is unknown color: approx Atoll. HEX triplet: 32, 7A and 80. RGB value is (50,122,128). Sum of RGB (Red+Green+Blue) = 50+122+128=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 128 - color contains mainly: blue. Hex color #327A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A80 is #CD857F. Grayscale: #656565. Windows color (decimal): -13469056 or 8419890. OLE color: 8419890.

HSL color Cylindrical-coordinate representation of color #327A80: hue angle of 184.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327A80 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50122128-
CMYK0.610.0500.50
HSL184.62º43.82%34.9%-
HSV(B)184.62º60.94%50.2%-
XYZ12.1716.1622.9-
YUV101.16143.1591.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.67%
GREEN value IS 122 (48.05% from 255) = 40.67%
BLUE value IS 128 (50.39% from 255) = 42.67%
R=16.67%
G=40.67%
B=42.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501221280.610.0500.50184.6243.8234.9
Hex327A803D5032b92c23
Octal621722007550622715443
Binary110010111101010000000111101101011001010111001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,122,128); }

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

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

 a { background-color: rgb(50,122,128); }

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

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

 span { border-color: rgb(50,122,128); }

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