#327679

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

Shades of Atoll #327679

Tints of Atoll #327679

Color information

#327679 (or 0x327679) is unknown color: approx Atoll. HEX triplet: 32, 76 and 79. RGB value is (50,118,121). Sum of RGB (Red+Green+Blue) = 50+118+121=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #327679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327679 is #CD8986. Grayscale: #616161. Windows color (decimal): -13470087 or 7960114. OLE color: 7960114.

HSL color Cylindrical-coordinate representation of color #327679: hue angle of 182.54º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327679 is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50118121-
CMYK0.590.0200.53
HSL182.54º41.52%33.53%-
HSV(B)182.54º58.68%47.45%-
XYZ11.2515.0220.39-
YUV98.01140.9793.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.30%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=17.30%
G=40.83%
B=41.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501181210.590.0200.53182.5441.5233.53
Hex3276793B2035b72a22
Octal621661717320652675242
Binary1100101110110111100111101110011010110110111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327679; }

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

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

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

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

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

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

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

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