#327A84

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

Shades of Atoll #327A84

Tints of Atoll #327A84

Color information

#327A84 (or 0x327A84) is unknown color: approx Atoll. HEX triplet: 32, 7A and 84. RGB value is (50,122,132). Sum of RGB (Red+Green+Blue) = 50+122+132=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #327A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A84 is #CD857B. Grayscale: #656565. Windows color (decimal): -13469052 or 8682034. OLE color: 8682034.

HSL color Cylindrical-coordinate representation of color #327A84: hue angle of 187.32º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #327A84 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB50122132-
CMYK0.620.0800.48
HSL187.32º45.05%35.69%-
HSV(B)187.32º62.12%51.76%-
XYZ12.4416.2624.31-
YUV101.61145.1591.19-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=16.45%
G=40.13%
B=43.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal501221320.620.0800.48187.3245.0535.69
Hex327A843E8030bb2d24
Octal6217220476100602735544
Binary1100101111010100001001111101000011000010111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,122,132); }

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

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

 a { background-color: rgb(50,122,132); }

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

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

 span { border-color: rgb(50,122,132); }

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