#327B86

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

Shades of Atoll #327B86

Tints of Atoll #327B86

Color information

#327B86 (or 0x327B86) is unknown color: approx Atoll. HEX triplet: 32, 7B and 86. RGB value is (50,123,134). Sum of RGB (Red+Green+Blue) = 50+123+134=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #327B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327B86 is #CD8479. Grayscale: #666666. Windows color (decimal): -13468794 or 8813362. OLE color: 8813362.

HSL color Cylindrical-coordinate representation of color #327B86: hue angle of 187.86º 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 #327B86 is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB50123134-
CMYK0.630.0800.47
HSL187.86º45.65%36.08%-
HSV(B)187.86º62.69%52.55%-
XYZ12.716.5725.08-
YUV102.43145.8290.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.29%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=16.29%
G=40.07%
B=43.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal501231340.630.0800.47187.8645.6536.08
Hex327B863F802Fbc2e24
Octal6217320677100572745644
Binary1100101111011100001101111111000010111110111100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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