#327072

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

Shades of Atoll #327072

Tints of Atoll #327072

Color information

#327072 (or 0x327072) is unknown color: approx Atoll. HEX triplet: 32, 70 and 72. RGB value is (50,112,114). Sum of RGB (Red+Green+Blue) = 50+112+114=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #327072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327072 is #CD8F8D. Grayscale: #5D5D5D. Windows color (decimal): -13471630 or 7499826. OLE color: 7499826.

HSL color Cylindrical-coordinate representation of color #327072: hue angle of 181.88º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327072 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50112114-
CMYK0.560.0200.55
HSL181.88º39.02%32.16%-
HSV(B)181.88º56.14%44.71%-
XYZ10.1513.4817.99-
YUV93.69139.4696.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.12%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=18.12%
G=40.58%
B=41.30%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501121140.560.0200.55181.8839.0232.16
Hex327072382037b62720
Octal621601627020672664740
Binary1100101110000111001011100010011011110110110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327072; }

 p { color: rgb(50,112,114); }

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

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

 a { background-color: rgb(50,112,114); }

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

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

 span { border-color: rgb(50,112,114); }

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