#327F83

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

Shades of Atoll #327F83

Tints of Atoll #327F83

Color information

#327F83 (or 0x327F83) is unknown color: approx Atoll. HEX triplet: 32, 7F and 83. RGB value is (50,127,131). Sum of RGB (Red+Green+Blue) = 50+127+131=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #327F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F83 is #CD807C. Grayscale: #686868. Windows color (decimal): -13467773 or 8617778. OLE color: 8617778.

HSL color Cylindrical-coordinate representation of color #327F83: hue angle of 182.96º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327F83 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50127131-
CMYK0.620.0300.49
HSL182.96º44.75%35.49%-
HSV(B)182.96º61.83%51.37%-
XYZ1317.524.16-
YUV104.43142.9989.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 127 (50% from 255) = 41.23%
BLUE value IS 131 (51.56% from 255) = 42.53%
R=16.23%
G=41.23%
B=42.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501271310.620.0300.49182.9644.7535.49
Hex327F833E3031b72d23
Octal621772037630612675543
Binary11001011111111000001111111011011000110110111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327F83; }

 p { color: rgb(50,127,131); }

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

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

 a { background-color: rgb(50,127,131); }

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

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

 span { border-color: rgb(50,127,131); }

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