#327177

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

Shades of Atoll #327177

Tints of Atoll #327177

Color information

#327177 (or 0x327177) is unknown color: approx Atoll. HEX triplet: 32, 71 and 77. RGB value is (50,113,119). Sum of RGB (Red+Green+Blue) = 50+113+119=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 119 - color contains mainly: blue. Hex color #327177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327177 is #CD8E88. Grayscale: #5E5E5E. Windows color (decimal): -13471369 or 7827762. OLE color: 7827762.

HSL color Cylindrical-coordinate representation of color #327177: hue angle of 185.22º 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 #327177 is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB50113119-
CMYK0.580.0500.53
HSL185.22º40.83%33.14%-
HSV(B)185.22º57.98%46.67%-
XYZ10.5513.8219.56-
YUV94.85141.6396.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=17.73%
G=40.07%
B=42.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal501131190.580.0500.53185.2240.8333.14
Hex3271773A5035b92921
Octal621611677250652715141
Binary11001011100011110111111010101011010110111001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327177; }

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

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

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

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

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

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

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

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