#327781

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

Shades of Atoll #327781

Tints of Atoll #327781

Color information

#327781 (or 0x327781) is unknown color: approx Atoll. HEX triplet: 32, 77 and 81. RGB value is (50,119,129). Sum of RGB (Red+Green+Blue) = 50+119+129=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #327781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327781 is #CD887E. Grayscale: #636363. Windows color (decimal): -13469823 or 8484658. OLE color: 8484658.

HSL color Cylindrical-coordinate representation of color #327781: hue angle of 187.59º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327781 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50119129-
CMYK0.610.0800.49
HSL187.59º44.13%35.1%-
HSV(B)187.59º61.24%50.59%-
XYZ11.8715.4623.13-
YUV99.51144.6492.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.78%
GREEN value IS 119 (46.88% from 255) = 39.93%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=16.78%
G=39.93%
B=43.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501191290.610.0800.49187.5944.1335.1
Hex3277813D8031bc2c23
Octal6216720175100612745443
Binary1100101110111100000011111011000011000110111100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327781; }

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

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

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

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

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

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

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

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