#327374

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

Shades of Atoll #327374

Tints of Atoll #327374

Color information

#327374 (or 0x327374) is unknown color: approx Atoll. HEX triplet: 32, 73 and 74. RGB value is (50,115,116). Sum of RGB (Red+Green+Blue) = 50+115+116=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 116 (45.70% from 255 or 41.28% from 281); Max value from RGB is 116 - color contains mainly: blue. Hex color #327374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327374 is #CD8C8B. Grayscale: #5F5F5F. Windows color (decimal): -13470860 or 7631666. OLE color: 7631666.

HSL color Cylindrical-coordinate representation of color #327374: hue angle of 180.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327374 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB50115116-
CMYK0.570.0100.55
HSL180.91º39.76%32.55%-
HSV(B)180.91º56.9%45.49%-
XYZ10.614.218.71-
YUV95.68139.4795.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.79%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 116 (45.70% from 255) = 41.28%
R=17.79%
G=40.93%
B=41.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal501151160.570.0100.55180.9139.7632.55
Hex327374391037b52821
Octal621631647110672655041
Binary110010111001111101001110011011011110110101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327374; }

 p { color: rgb(50,115,116); }

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

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

 a { background-color: rgb(50,115,116); }

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

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

 span { border-color: rgb(50,115,116); }

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