#327677

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

Shades of Atoll #327677

Tints of Atoll #327677

Color information

#327677 (or 0x327677) is unknown color: approx Atoll. HEX triplet: 32, 76 and 77. RGB value is (50,118,119). Sum of RGB (Red+Green+Blue) = 50+118+119=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 119 - color contains mainly: blue. Hex color #327677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327677 is #CD8988. Grayscale: #616161. Windows color (decimal): -13470089 or 7829042. OLE color: 7829042.

HSL color Cylindrical-coordinate representation of color #327677: hue angle of 180.87º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327677 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50118119-
CMYK0.580.0100.53
HSL180.87º40.83%33.14%-
HSV(B)180.87º57.98%46.67%-
XYZ11.1214.9719.76-
YUV97.78139.9793.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.42%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=17.42%
G=41.11%
B=41.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501181190.580.0100.53180.8740.8333.14
Hex3276773A1035b52921
Octal621661677210652655141
Binary110010111011011101111110101011010110110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327677; }

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

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

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

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

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

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

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

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