#327C86

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

Shades of Atoll #327C86

Tints of Atoll #327C86

Color information

#327C86 (or 0x327C86) is unknown color: approx Atoll. HEX triplet: 32, 7C and 86. RGB value is (50,124,134). Sum of RGB (Red+Green+Blue) = 50+124+134=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #327C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C86 is #CD8379. Grayscale: #666666. Windows color (decimal): -13468538 or 8813618. OLE color: 8813618.

HSL color Cylindrical-coordinate representation of color #327C86: hue angle of 187.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327C86 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50124134-
CMYK0.630.0700.47
HSL187.14º45.65%36.08%-
HSV(B)187.14º62.69%52.55%-
XYZ12.8316.8125.12-
YUV103.01145.4890.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.23%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 134 (52.73% from 255) = 43.51%
R=16.23%
G=40.26%
B=43.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501241340.630.0700.47187.1445.6536.08
Hex327C863F702Fbb2e24
Octal621742067770572735644
Binary110010111110010000110111111111010111110111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,124,134); }

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

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

 a { background-color: rgb(50,124,134); }

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

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

 span { border-color: rgb(50,124,134); }

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