#327276

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

Shades of Atoll #327276

Tints of Atoll #327276

Color information

#327276 (or 0x327276) is unknown color: approx Atoll. HEX triplet: 32, 72 and 76. RGB value is (50,114,118). Sum of RGB (Red+Green+Blue) = 50+114+118=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 118 - color contains mainly: blue. Hex color #327276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327276 is #CD8D89. Grayscale: #5F5F5F. Windows color (decimal): -13471114 or 7762482. OLE color: 7762482.

HSL color Cylindrical-coordinate representation of color #327276: hue angle of 183.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327276 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB50114118-
CMYK0.580.0300.54
HSL183.53º40.48%32.94%-
HSV(B)183.53º57.63%46.27%-
XYZ10.614.0219.29-
YUV95.32140.895.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.73%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=17.73%
G=40.43%
B=41.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal501141180.580.0300.54183.5340.4832.94
Hex3272763A3036b82821
Octal621621667230662705041
Binary1100101110010111011011101011011011010111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327276; }

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

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

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

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

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

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

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

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