#327779

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

Shades of Atoll #327779

Tints of Atoll #327779

Color information

#327779 (or 0x327779) is unknown color: approx Atoll. HEX triplet: 32, 77 and 79. RGB value is (50,119,121). Sum of RGB (Red+Green+Blue) = 50+119+121=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 121 - color contains mainly: blue. Hex color #327779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327779 is #CD8886. Grayscale: #626262. Windows color (decimal): -13469831 or 7960370. OLE color: 7960370.

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

Color convert

RGB50119121-
CMYK0.590.0200.53
HSL181.69º41.52%33.53%-
HSV(B)181.69º58.68%47.45%-
XYZ11.3615.2520.43-
YUV98.6140.6493.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.24%
GREEN value IS 119 (46.88% from 255) = 41.03%
BLUE value IS 121 (47.66% from 255) = 41.72%
R=17.24%
G=41.03%
B=41.72%

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
Decimal501191210.590.0200.53181.6941.5233.53
Hex3277793B2035b62a22
Octal621671717320652665242
Binary1100101110111111100111101110011010110110110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327779; }

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

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

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

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

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

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

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

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