#327C82

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

Shades of Atoll #327C82

Tints of Atoll #327C82

Color information

#327C82 (or 0x327C82) is unknown color: approx Atoll. HEX triplet: 32, 7C and 82. RGB value is (50,124,130). Sum of RGB (Red+Green+Blue) = 50+124+130=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 130 - color contains mainly: blue. Hex color #327C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C82 is #CD837D. Grayscale: #666666. Windows color (decimal): -13468542 or 8551474. OLE color: 8551474.

HSL color Cylindrical-coordinate representation of color #327C82: hue angle of 184.5º degrees, saturation: 0.44, 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 #327C82 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB50124130-
CMYK0.620.0500.49
HSL184.5º44.44%35.29%-
HSV(B)184.5º61.54%50.98%-
XYZ12.5516.7123.68-
YUV102.56143.4890.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 130 (51.17% from 255) = 42.76%
R=16.45%
G=40.79%
B=42.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal501241300.620.0500.49184.544.4435.29
Hex327C823E5031b82c23
Octal621742027650612705443
Binary110010111110010000010111110101011000110111000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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