#327680

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

Shades of Atoll #327680

Tints of Atoll #327680

Color information

#327680 (or 0x327680) is unknown color: approx Atoll. HEX triplet: 32, 76 and 80. RGB value is (50,118,128). Sum of RGB (Red+Green+Blue) = 50+118+128=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #327680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327680 is #CD897F. Grayscale: #626262. Windows color (decimal): -13470080 or 8418866. OLE color: 8418866.

HSL color Cylindrical-coordinate representation of color #327680: hue angle of 187.69º 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 #327680 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB50118128-
CMYK0.610.0800.50
HSL187.69º43.82%34.9%-
HSV(B)187.69º60.94%50.2%-
XYZ11.6915.1922.74-
YUV98.81144.4793.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.89%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 128 (50.39% from 255) = 43.24%
R=16.89%
G=39.86%
B=43.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal501181280.610.0800.50187.6943.8234.9
Hex3276803D8032bc2c23
Octal6216620075100622745443
Binary1100101110110100000001111011000011001010111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327680; }

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

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

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

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

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

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

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

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